Html Css Color HEX #60986A Oxley

📋 copy color: '#60986A'

red 96 ◦ green 152 ◦ blue 106

#60986A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #60986A

Tints of Oxley #60986A

RGB

 RED value IS 96 (37.89% from 255) = 27.12%

 GREEN value IS 152 (59.77% from 255) = 42.94%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 27.12%
G = 42.94%
B = 29.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#60986A (or 0x60986A) is known color: Oxley. HEX triplet: 60, 98 and 6A. RGB value is (96,152,106). Sum of RGB (Red+Green+Blue) = 96+152+106=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #60986A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60986A is #9F6795. Grayscale: #828282. Windows color (decimal): -10446742 or 6985824. OLE color: 6985824.

HSL color Cylindrical-coordinate representation of color #60986A: hue angle of 130.71º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60986A is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 106 -
CMYK 0.37 0 0.30 0.40
HSL 130.71º 0.23% 0.49% -
HSV(B) 130.71º 0.37% 0.6% -
XYZ 18.65 25.98 17.67 -
YUV 130.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 96 152 106 0.37 0 0.30 0.40 130.71 0.23 0.49
Hex 60 98 6A 25 0 1E 28 83 17 31
Octal 140 230 152 45 0 36 50 203 27 61
Binary 1100000 10011000 1101010 100101 0 11110 101000 10000011 10111 110001

Color Harmonies of #60986A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60986A

Black with #60986A

Text Example


Text Example

White with #60986A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60986A; }

 p { color: rgb(96,152,106); }

 H1.HeaderClassName
 {
   color: #60986A;
 }
 .AnyTagClassName
 {
   color: #60986A;
 }
</style>

background-color css

<style>
 a { background-color: #60986A; }

 a { background-color: rgb(96,152,106); }

 div.DivClassName
 {
   background-color: #60986A;
 }
 .BgClassName
 {
   background-color: #60986A;
 }
</style>

border-color css

<style>
 span { border-color: #60986A; }

 span { border-color: rgb(96,152,106); }

 td.TdClassName
 {
   border-color: #60986A;
 }
 .TagClassName
 {
   border-color: #60986A;
 }
</style>