Html Css Color HEX #658421 Olive Drab

📋 copy color: '#658421'

red 101 ◦ green 132 ◦ blue 33

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

Shades of Olive Drab #658421

Tints of Olive Drab #658421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.62%

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

R = 37.97%
G = 49.62%
B = 12.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#658421 (or 0x658421) is known color: Olive Drab. HEX triplet: 65, 84 and 21. RGB value is (101,132,33). Sum of RGB (Red+Green+Blue) = 101+132+33=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 132 (51.95% from 255 or 49.62% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 132 - color contains mainly: green. Hex color #658421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658421 is #9A7BDE. Grayscale: #6F6F6F. Windows color (decimal): -10124255 or 2196581. OLE color: 2196581.

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

Color convert

RGB 101 132 33 -
CMYK 0.23 0 0.75 0.48
HSL 78.79º 0.6% 0.32% -
HSV(B) 78.79º 0.75% 0.52% -
XYZ 13.89 19.38 4.45 -
YUV 111.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 101 132 33 0.23 0 0.75 0.48 78.79 0.6 0.32
Hex 65 84 21 17 0 4B 30 4F 3C 20
Octal 145 204 41 27 0 113 60 117 74 40
Binary 1100101 10000100 100001 10111 0 1001011 110000 1001111 111100 100000

Color Harmonies of #658421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658421

Black with #658421

Text Example


Text Example

White with #658421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658421; }

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

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

background-color css

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

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

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

border-color css

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

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

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