Html Css Color HEX #609306 Olive Drab

📋 copy color: '#609306'

red 96 ◦ green 147 ◦ blue 6

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

Shades of Olive Drab #609306

Tints of Olive Drab #609306

RGB

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

 GREEN value IS 147 (57.81% from 255) = 59.04%

 BLUE value IS 6 (2.73% from 255) = 2.41%

R = 38.55%
G = 59.04%
B = 2.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#609306 (or 0x609306) is known color: Olive Drab. HEX triplet: 60, 93 and 06. RGB value is (96,147,6). Sum of RGB (Red+Green+Blue) = 96+147+6=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 147 (57.81% from 255 or 59.04% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 147 - color contains mainly: green. Hex color #609306 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609306 is #9F6CF9. Grayscale: #747474. Windows color (decimal): -10448122 or 430944. OLE color: 430944.

HSL color Cylindrical-coordinate representation of color #609306: hue angle of 81.7º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #609306 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 147 6 -
CMYK 0.35 0 0.96 0.42
HSL 81.7º 0.92% 0.3% -
HSV(B) 81.7º 0.96% 0.58% -
XYZ 15.29 23.37 3.88 -
YUV 115.68 66.1 113.96 -
System Red Green Blue C M Y K H S L
Decimal 96 147 6 0.35 0 0.96 0.42 81.7 0.92 0.3
Hex 60 93 6 23 0 60 2A 52 5C 1E
Octal 140 223 6 43 0 140 52 122 134 36
Binary 1100000 10010011 110 100011 0 1100000 101010 1010010 1011100 11110

Color Harmonies of #609306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609306

Black with #609306

Text Example


Text Example

White with #609306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609306; }

 p { color: rgb(96,147,6); }

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

background-color css

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

 a { background-color: rgb(96,147,6); }

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

border-color css

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

 span { border-color: rgb(96,147,6); }

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