Html Css Color HEX #659005 Olive Drab

📋 copy color: '#659005'

red 101 ◦ green 144 ◦ blue 5

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

Shades of Olive Drab #659005

Tints of Olive Drab #659005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2%

R = 40.4%
G = 57.6%
B = 2%

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

#659005 (or 0x659005) is known color: Olive Drab. HEX triplet: 65, 90 and 05. RGB value is (101,144,5). Sum of RGB (Red+Green+Blue) = 101+144+5=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 144 (56.64% from 255 or 57.6% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 144 - color contains mainly: green. Hex color #659005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659005 is #9A6FFA. Grayscale: #737373. Windows color (decimal): -10121211 or 364645. OLE color: 364645.

HSL color Cylindrical-coordinate representation of color #659005: hue angle of 78.56º degrees, saturation: 0.93, 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 #659005 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 144 5 -
CMYK 0.30 0 0.97 0.44
HSL 78.56º 0.93% 0.29% -
HSV(B) 78.56º 0.97% 0.56% -
XYZ 15.37 22.72 3.72 -
YUV 115.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 101 144 5 0.30 0 0.97 0.44 78.56 0.93 0.29
Hex 65 90 5 1E 0 61 2C 4F 5D 1D
Octal 145 220 5 36 0 141 54 117 135 35
Binary 1100101 10010000 101 11110 0 1100001 101100 1001111 1011101 11101

Color Harmonies of #659005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659005

Black with #659005

Text Example


Text Example

White with #659005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659005; }

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

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

background-color css

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

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

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

border-color css

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

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

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