Html Css Color HEX #658221 Olive Drab

📋 copy color: '#658221'

red 101 ◦ green 130 ◦ blue 33

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

Shades of Olive Drab #658221

Tints of Olive Drab #658221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.24%

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

R = 38.26%
G = 49.24%
B = 12.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#658221 (or 0x658221) is known color: Olive Drab. HEX triplet: 65, 82 and 21. RGB value is (101,130,33). Sum of RGB (Red+Green+Blue) = 101+130+33=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #658221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658221 is #9A7DDE. Grayscale: #6E6E6E. Windows color (decimal): -10124767 or 2196069. OLE color: 2196069.

HSL color Cylindrical-coordinate representation of color #658221: hue angle of 77.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #658221 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 130 33 -
CMYK 0.22 0 0.75 0.49
HSL 77.94º 0.6% 0.32% -
HSV(B) 77.94º 0.75% 0.51% -
XYZ 13.62 18.84 4.36 -
YUV 110.27 84.39 121.39 -
System Red Green Blue C M Y K H S L
Decimal 101 130 33 0.22 0 0.75 0.49 77.94 0.6 0.32
Hex 65 82 21 16 0 4B 31 4E 3C 20
Octal 145 202 41 26 0 113 61 116 74 40
Binary 1100101 10000010 100001 10110 0 1001011 110001 1001110 111100 100000

Color Harmonies of #658221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658221

Black with #658221

Text Example


Text Example

White with #658221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658221; }

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

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

background-color css

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

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

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

border-color css

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

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

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