Html Css Color HEX #609408 Olive Drab

📋 copy color: '#609408'

red 96 ◦ green 148 ◦ blue 8

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

Shades of Olive Drab #609408

Tints of Olive Drab #609408

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.73%

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 38.1%
G = 58.73%
B = 3.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#609408 (or 0x609408) is known color: Olive Drab. HEX triplet: 60, 94 and 08. RGB value is (96,148,8). Sum of RGB (Red+Green+Blue) = 96+148+8=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #609408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609408 is #9F6BF7. Grayscale: #747474. Windows color (decimal): -10447864 or 562272. OLE color: 562272.

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

Color convert

RGB 96 148 8 -
CMYK 0.35 0 0.95 0.42
HSL 82.29º 0.9% 0.31% -
HSV(B) 82.29º 0.95% 0.58% -
XYZ 15.46 23.68 3.99 -
YUV 116.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 96 148 8 0.35 0 0.95 0.42 82.29 0.9 0.31
Hex 60 94 8 23 0 5F 2A 52 5A 1F
Octal 140 224 10 43 0 137 52 122 132 37
Binary 1100000 10010100 1000 100011 0 1011111 101010 1010010 1011010 11111

Color Harmonies of #609408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609408

Black with #609408

Text Example


Text Example

White with #609408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609408; }

 p { color: rgb(96,148,8); }

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

background-color css

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

 a { background-color: rgb(96,148,8); }

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

border-color css

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

 span { border-color: rgb(96,148,8); }

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