Html Css Color HEX #659504 Olive Drab

📋 copy color: '#659504'

red 101 ◦ green 149 ◦ blue 4

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

Shades of Olive Drab #659504

Tints of Olive Drab #659504

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.66%

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

R = 39.76%
G = 58.66%
B = 1.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#659504 (or 0x659504) is known color: Olive Drab. HEX triplet: 65, 95 and 04. RGB value is (101,149,4). Sum of RGB (Red+Green+Blue) = 101+149+4=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #659504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659504 is #9A6AFB. Grayscale: #767676. Windows color (decimal): -10119932 or 300389. OLE color: 300389.

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

Color convert

RGB 101 149 4 -
CMYK 0.32 0 0.97 0.42
HSL 79.86º 0.95% 0.3% -
HSV(B) 79.86º 0.97% 0.58% -
XYZ 16.14 24.27 3.95 -
YUV 118.12 63.6 115.79 -
System Red Green Blue C M Y K H S L
Decimal 101 149 4 0.32 0 0.97 0.42 79.86 0.95 0.3
Hex 65 95 4 20 0 61 2A 50 5F 1E
Octal 145 225 4 40 0 141 52 120 137 36
Binary 1100101 10010101 100 100000 0 1100001 101010 1010000 1011111 11110

Color Harmonies of #659504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659504

Black with #659504

Text Example


Text Example

White with #659504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659504; }

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

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

background-color css

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

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

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

border-color css

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

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

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