Html Css Color HEX #659605 Olive Drab

📋 copy color: '#659605'

red 101 ◦ green 150 ◦ blue 5

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

Shades of Olive Drab #659605

Tints of Olive Drab #659605

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.59%

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

R = 39.45%
G = 58.59%
B = 1.95%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#659605 (or 0x659605) is known color: Olive Drab. HEX triplet: 65, 96 and 05. RGB value is (101,150,5). Sum of RGB (Red+Green+Blue) = 101+150+5=256 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.45% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #659605 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659605 is #9A69FA. Grayscale: #777777. Windows color (decimal): -10119675 or 366181. OLE color: 366181.

HSL color Cylindrical-coordinate representation of color #659605: hue angle of 80.28º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #659605 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 150 5 -
CMYK 0.33 0 0.97 0.41
HSL 80.28º 0.94% 0.3% -
HSV(B) 80.28º 0.97% 0.59% -
XYZ 16.3 24.59 4.03 -
YUV 118.82 63.77 115.29 -
System Red Green Blue C M Y K H S L
Decimal 101 150 5 0.33 0 0.97 0.41 80.28 0.94 0.3
Hex 65 96 5 21 0 61 29 50 5E 1E
Octal 145 226 5 41 0 141 51 120 136 36
Binary 1100101 10010110 101 100001 0 1100001 101001 1010000 1011110 11110

Color Harmonies of #659605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659605

Black with #659605

Text Example


Text Example

White with #659605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659605; }

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

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

background-color css

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

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

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

border-color css

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

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

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