Html Css Color HEX #609610 Olive Drab

📋 copy color: '#609610'

red 96 ◦ green 150 ◦ blue 16

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

Shades of Olive Drab #609610

Tints of Olive Drab #609610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.25%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 36.64%
G = 57.25%
B = 6.11%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#609610 (or 0x609610) is known color: Olive Drab. HEX triplet: 60, 96 and 10. RGB value is (96,150,16). Sum of RGB (Red+Green+Blue) = 96+150+16=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #609610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609610 is #9F69EF. Grayscale: #777777. Windows color (decimal): -10447344 or 1087072. OLE color: 1087072.

HSL color Cylindrical-coordinate representation of color #609610: hue angle of 84.18º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #609610 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 16 -
CMYK 0.36 0 0.89 0.41
HSL 84.18º 0.81% 0.33% -
HSV(B) 84.18º 0.89% 0.59% -
XYZ 15.82 24.34 4.35 -
YUV 118.58 70.11 111.9 -
System Red Green Blue C M Y K H S L
Decimal 96 150 16 0.36 0 0.89 0.41 84.18 0.81 0.33
Hex 60 96 10 24 0 59 29 54 51 21
Octal 140 226 20 44 0 131 51 124 121 41
Binary 1100000 10010110 10000 100100 0 1011001 101001 1010100 1010001 100001

Color Harmonies of #609610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609610

Black with #609610

Text Example


Text Example

White with #609610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609610; }

 p { color: rgb(96,150,16); }

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

background-color css

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

 a { background-color: rgb(96,150,16); }

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

border-color css

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

 span { border-color: rgb(96,150,16); }

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