Html Css Color HEX #659421 Olive Drab

📋 copy color: '#659421'

red 101 ◦ green 148 ◦ blue 33

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

Shades of Olive Drab #659421

Tints of Olive Drab #659421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.48%

 BLUE value IS 33 (13.28% from 255) = 11.7%

R = 35.82%
G = 52.48%
B = 11.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#659421 (or 0x659421) is known color: Olive Drab. HEX triplet: 65, 94 and 21. RGB value is (101,148,33). Sum of RGB (Red+Green+Blue) = 101+148+33=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #659421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #659421 is #9A6BDE. Grayscale: #797979. Windows color (decimal): -10120159 or 2200677. OLE color: 2200677.

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

Color convert

RGB 101 148 33 -
CMYK 0.32 0 0.78 0.42
HSL 84.52º 0.64% 0.35% -
HSV(B) 84.52º 0.78% 0.58% -
XYZ 16.23 24.06 5.23 -
YUV 120.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 101 148 33 0.32 0 0.78 0.42 84.52 0.64 0.35
Hex 65 94 21 20 0 4E 2A 55 40 23
Octal 145 224 41 40 0 116 52 125 100 43
Binary 1100101 10010100 100001 100000 0 1001110 101010 1010101 1000000 100011

Color Harmonies of #659421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659421

Black with #659421

Text Example


Text Example

White with #659421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659421; }

 p { color: rgb(101,148,33); }

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

background-color css

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

 a { background-color: rgb(101,148,33); }

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

border-color css

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

 span { border-color: rgb(101,148,33); }

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