Html Css Color HEX #609603 Olive Drab

📋 copy color: '#609603'

red 96 ◦ green 150 ◦ blue 3

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

Shades of Olive Drab #609603

Tints of Olive Drab #609603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 38.55%
G = 60.24%
B = 1.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.98

 K value IS 0.41

RGB Variations

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

Color information

#609603 (or 0x609603) is known color: Olive Drab. HEX triplet: 60, 96 and 03. RGB value is (96,150,3). Sum of RGB (Red+Green+Blue) = 96+150+3=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #609603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609603 is #9F69FC. Grayscale: #757575. Windows color (decimal): -10447357 or 235104. OLE color: 235104.

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

Color convert

RGB 96 150 3 -
CMYK 0.36 0 0.98 0.41
HSL 82.04º 0.96% 0.3% -
HSV(B) 82.04º 0.98% 0.59% -
XYZ 15.75 24.31 3.95 -
YUV 117.1 63.61 112.95 -
System Red Green Blue C M Y K H S L
Decimal 96 150 3 0.36 0 0.98 0.41 82.04 0.96 0.3
Hex 60 96 3 24 0 62 29 52 60 1E
Octal 140 226 3 44 0 142 51 122 140 36
Binary 1100000 10010110 11 100100 0 1100010 101001 1010010 1100000 11110

Color Harmonies of #609603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609603

Black with #609603

Text Example


Text Example

White with #609603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609603; }

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

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

background-color css

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

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

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

border-color css

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

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

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