Html Css Color HEX #658920 Olive Drab

📋 copy color: '#658920'

red 101 ◦ green 137 ◦ blue 32

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

Shades of Olive Drab #658920

Tints of Olive Drab #658920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 50.74%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 37.41%
G = 50.74%
B = 11.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#658920 (or 0x658920) is known color: Olive Drab. HEX triplet: 65, 89 and 20. RGB value is (101,137,32). Sum of RGB (Red+Green+Blue) = 101+137+32=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 137 (53.91% from 255 or 50.74% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 137 - color contains mainly: green. Hex color #658920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658920 is #9A76DF. Grayscale: #727272. Windows color (decimal): -10122976 or 2132325. OLE color: 2132325.

HSL color Cylindrical-coordinate representation of color #658920: hue angle of 80.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #658920 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 137 32 -
CMYK 0.26 0 0.77 0.46
HSL 80.57º 0.62% 0.33% -
HSV(B) 80.57º 0.77% 0.54% -
XYZ 14.57 20.76 4.61 -
YUV 114.27 81.57 118.54 -
System Red Green Blue C M Y K H S L
Decimal 101 137 32 0.26 0 0.77 0.46 80.57 0.62 0.33
Hex 65 89 20 1A 0 4D 2E 51 3E 21
Octal 145 211 40 32 0 115 56 121 76 41
Binary 1100101 10001001 100000 11010 0 1001101 101110 1010001 111110 100001

Color Harmonies of #658920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658920

Black with #658920

Text Example


Text Example

White with #658920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658920; }

 p { color: rgb(101,137,32); }

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

background-color css

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

 a { background-color: rgb(101,137,32); }

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

border-color css

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

 span { border-color: rgb(101,137,32); }

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