Html Css Color HEX #658229 Olive Drab

📋 copy color: '#658229'

red 101 ◦ green 130 ◦ blue 41

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

Shades of Olive Drab #658229

Tints of Olive Drab #658229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.07%

R = 37.13%
G = 47.79%
B = 15.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#658229 (or 0x658229) is known color: Olive Drab. HEX triplet: 65, 82 and 29. RGB value is (101,130,41). Sum of RGB (Red+Green+Blue) = 101+130+41=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #658229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658229 is #9A7DD6. Grayscale: #6F6F6F. Windows color (decimal): -10124759 or 2720357. OLE color: 2720357.

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

Color convert

RGB 101 130 41 -
CMYK 0.22 0 0.68 0.49
HSL 79.55º 0.52% 0.34% -
HSV(B) 79.55º 0.68% 0.51% -
XYZ 13.75 18.89 5.02 -
YUV 111.18 88.39 120.74 -
System Red Green Blue C M Y K H S L
Decimal 101 130 41 0.22 0 0.68 0.49 79.55 0.52 0.34
Hex 65 82 29 16 0 44 31 50 34 22
Octal 145 202 51 26 0 104 61 120 64 42
Binary 1100101 10000010 101001 10110 0 1000100 110001 1010000 110100 100010

Color Harmonies of #658229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658229

Black with #658229

Text Example


Text Example

White with #658229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658229; }

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

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

background-color css

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

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

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

border-color css

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

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

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