Html Css Color HEX #609104 Olive Drab

📋 copy color: '#609104'

red 96 ◦ green 145 ◦ blue 4

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

Shades of Olive Drab #609104

Tints of Olive Drab #609104

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.18%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 39.18%
G = 59.18%
B = 1.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#609104 (or 0x609104) is known color: Olive Drab. HEX triplet: 60, 91 and 04. RGB value is (96,145,4). Sum of RGB (Red+Green+Blue) = 96+145+4=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #609104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609104 is #9F6EFB. Grayscale: #727272. Windows color (decimal): -10448636 or 299360. OLE color: 299360.

HSL color Cylindrical-coordinate representation of color #609104: hue angle of 80.85º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #609104 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 96 145 4 -
CMYK 0.34 0 0.97 0.43
HSL 80.85º 0.95% 0.29% -
HSV(B) 80.85º 0.97% 0.57% -
XYZ 14.97 22.75 3.72 -
YUV 114.28 65.77 114.96 -
System Red Green Blue C M Y K H S L
Decimal 96 145 4 0.34 0 0.97 0.43 80.85 0.95 0.29
Hex 60 91 4 22 0 61 2B 51 5F 1D
Octal 140 221 4 42 0 141 53 121 137 35
Binary 1100000 10010001 100 100010 0 1100001 101011 1010001 1011111 11101

Color Harmonies of #609104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609104

Black with #609104

Text Example


Text Example

White with #609104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609104; }

 p { color: rgb(96,145,4); }

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

background-color css

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

 a { background-color: rgb(96,145,4); }

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

border-color css

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

 span { border-color: rgb(96,145,4); }

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