Html Css Color HEX #72952C Olive Drab

📋 copy color: '#72952C'

red 114 ◦ green 149 ◦ blue 44

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

Shades of Olive Drab #72952C

Tints of Olive Drab #72952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.53%

 BLUE value IS 44 (17.58% from 255) = 14.33%

R = 37.13%
G = 48.53%
B = 14.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#72952C (or 0x72952C) is known color: Olive Drab. HEX triplet: 72, 95 and 2C. RGB value is (114,149,44). Sum of RGB (Red+Green+Blue) = 114+149+44=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 149 (58.59% from 255 or 48.53% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 149 - color contains mainly: green. Hex color #72952C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72952C is #8D6AD3. Grayscale: #7E7E7E. Windows color (decimal): -9267924 or 2921842. OLE color: 2921842.

HSL color Cylindrical-coordinate representation of color #72952C: hue angle of 80º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72952C is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 149 44 -
CMYK 0.23 0 0.70 0.42
HSL 80º 0.54% 0.38% -
HSV(B) 80º 0.7% 0.58% -
XYZ 18.14 25.25 6.3 -
YUV 126.57 81.4 119.04 -
System Red Green Blue C M Y K H S L
Decimal 114 149 44 0.23 0 0.70 0.42 80 0.54 0.38
Hex 72 95 2C 17 0 46 2A 50 36 26
Octal 162 225 54 27 0 106 52 120 66 46
Binary 1110010 10010101 101100 10111 0 1000110 101010 1010000 110110 100110

Color Harmonies of #72952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72952C

Black with #72952C

Text Example


Text Example

White with #72952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72952C; }

 p { color: rgb(114,149,44); }

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

background-color css

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

 a { background-color: rgb(114,149,44); }

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

border-color css

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

 span { border-color: rgb(114,149,44); }

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