Html Css Color HEX #659004 Olive Drab

📋 copy color: '#659004'

red 101 ◦ green 144 ◦ blue 4

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

Shades of Olive Drab #659004

Tints of Olive Drab #659004

RGB

 RED value IS 101 (39.84% from 255) = 40.56%

 GREEN value IS 144 (56.64% from 255) = 57.83%

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

R = 40.56%
G = 57.83%
B = 1.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#659004 (or 0x659004) is known color: Olive Drab. HEX triplet: 65, 90 and 04. RGB value is (101,144,4). Sum of RGB (Red+Green+Blue) = 101+144+4=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #659004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659004 is #9A6FFB. Grayscale: #737373. Windows color (decimal): -10121212 or 299109. OLE color: 299109.

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

Color convert

RGB 101 144 4 -
CMYK 0.30 0 0.97 0.44
HSL 78.43º 0.95% 0.29% -
HSV(B) 78.43º 0.97% 0.56% -
XYZ 15.36 22.72 3.69 -
YUV 115.18 65.25 117.88 -
System Red Green Blue C M Y K H S L
Decimal 101 144 4 0.30 0 0.97 0.44 78.43 0.95 0.29
Hex 65 90 4 1E 0 61 2C 4E 5F 1D
Octal 145 220 4 36 0 141 54 116 137 35
Binary 1100101 10010000 100 11110 0 1100001 101100 1001110 1011111 11101

Color Harmonies of #659004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659004

Black with #659004

Text Example


Text Example

White with #659004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659004; }

 p { color: rgb(101,144,4); }

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

background-color css

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

 a { background-color: rgb(101,144,4); }

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

border-color css

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

 span { border-color: rgb(101,144,4); }

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