Html Css Color HEX #729228 Olive Drab

📋 copy color: '#729228'

red 114 ◦ green 146 ◦ blue 40

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

Shades of Olive Drab #729228

Tints of Olive Drab #729228

RGB

 RED value IS 114 (44.92% from 255) = 38%

 GREEN value IS 146 (57.42% from 255) = 48.67%

 BLUE value IS 40 (16.02% from 255) = 13.33%

R = 38%
G = 48.67%
B = 13.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.43

RGB Variations

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

Color information

#729228 (or 0x729228) is known color: Olive Drab. HEX triplet: 72, 92 and 28. RGB value is (114,146,40). Sum of RGB (Red+Green+Blue) = 114+146+40=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #729228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729228 is #8D6DD7. Grayscale: #7C7C7C. Windows color (decimal): -9268696 or 2658930. OLE color: 2658930.

HSL color Cylindrical-coordinate representation of color #729228: hue angle of 78.11º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #729228 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 146 40 -
CMYK 0.22 0 0.73 0.43
HSL 78.11º 0.57% 0.36% -
HSV(B) 78.11º 0.73% 0.57% -
XYZ 17.6 24.29 5.77 -
YUV 124.35 80.4 120.62 -
System Red Green Blue C M Y K H S L
Decimal 114 146 40 0.22 0 0.73 0.43 78.11 0.57 0.36
Hex 72 92 28 16 0 49 2B 4E 39 24
Octal 162 222 50 26 0 111 53 116 71 44
Binary 1110010 10010010 101000 10110 0 1001001 101011 1001110 111001 100100

Color Harmonies of #729228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729228

Black with #729228

Text Example


Text Example

White with #729228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729228; }

 p { color: rgb(114,146,40); }

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

background-color css

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

 a { background-color: rgb(114,146,40); }

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

border-color css

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

 span { border-color: rgb(114,146,40); }

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