Html Css Color HEX #658520 Olive Drab

📋 copy color: '#658520'

red 101 ◦ green 133 ◦ blue 32

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

Shades of Olive Drab #658520

Tints of Olive Drab #658520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 50%

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

R = 37.97%
G = 50%
B = 12.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#658520 (or 0x658520) is known color: Olive Drab. HEX triplet: 65, 85 and 20. RGB value is (101,133,32). Sum of RGB (Red+Green+Blue) = 101+133+32=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #658520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658520 is #9A7ADF. Grayscale: #707070. Windows color (decimal): -10124000 or 2131301. OLE color: 2131301.

HSL color Cylindrical-coordinate representation of color #658520: hue angle of 79.01º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #658520 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 133 32 -
CMYK 0.24 0 0.76 0.48
HSL 79.01º 0.61% 0.32% -
HSV(B) 79.01º 0.76% 0.52% -
XYZ 14.02 19.65 4.42 -
YUV 111.92 82.9 120.21 -
System Red Green Blue C M Y K H S L
Decimal 101 133 32 0.24 0 0.76 0.48 79.01 0.61 0.32
Hex 65 85 20 18 0 4C 30 4F 3D 20
Octal 145 205 40 30 0 114 60 117 75 40
Binary 1100101 10000101 100000 11000 0 1001100 110000 1001111 111101 100000

Color Harmonies of #658520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658520

Black with #658520

Text Example


Text Example

White with #658520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658520; }

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

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

background-color css

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

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

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

border-color css

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

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

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