Html Css Color HEX #658A20 Olive Drab

📋 copy color: '#658A20'

red 101 ◦ green 138 ◦ blue 32

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

Shades of Olive Drab #658A20

Tints of Olive Drab #658A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.92%

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

R = 37.27%
G = 50.92%
B = 11.81%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#658A20 (or 0x658A20) is known color: Olive Drab. HEX triplet: 65, 8A and 20. RGB value is (101,138,32). Sum of RGB (Red+Green+Blue) = 101+138+32=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 138 (54.30% from 255 or 50.92% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 138 - color contains mainly: green. Hex color #658A20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658A20 is #9A75DF. Grayscale: #737373. Windows color (decimal): -10122720 or 2132581. OLE color: 2132581.

HSL color Cylindrical-coordinate representation of color #658A20: hue angle of 80.94º 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 #658A20 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 138 32 -
CMYK 0.27 0 0.77 0.46
HSL 80.94º 0.62% 0.33% -
HSV(B) 80.94º 0.77% 0.54% -
XYZ 14.72 21.05 4.65 -
YUV 114.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 101 138 32 0.27 0 0.77 0.46 80.94 0.62 0.33
Hex 65 8A 20 1B 0 4D 2E 51 3E 21
Octal 145 212 40 33 0 115 56 121 76 41
Binary 1100101 10001010 100000 11011 0 1001101 101110 1010001 111110 100001

Color Harmonies of #658A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658A20

Black with #658A20

Text Example


Text Example

White with #658A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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