Html Css Color HEX #72881E Olive Drab

📋 copy color: '#72881E'

red 114 ◦ green 136 ◦ blue 30

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

Shades of Olive Drab #72881E

Tints of Olive Drab #72881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.57%

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 40.71%
G = 48.57%
B = 10.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#72881E (or 0x72881E) is known color: Olive Drab. HEX triplet: 72, 88 and 1E. RGB value is (114,136,30). Sum of RGB (Red+Green+Blue) = 114+136+30=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #72881E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72881E is #8D77E1. Grayscale: #757575. Windows color (decimal): -9271266 or 2001010. OLE color: 2001010.

HSL color Cylindrical-coordinate representation of color #72881E: hue angle of 72.45º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #72881E is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 136 30 -
CMYK 0.16 0 0.78 0.47
HSL 72.45º 0.64% 0.33% -
HSV(B) 72.45º 0.78% 0.53% -
XYZ 15.98 21.28 4.49 -
YUV 117.34 78.71 125.62 -
System Red Green Blue C M Y K H S L
Decimal 114 136 30 0.16 0 0.78 0.47 72.45 0.64 0.33
Hex 72 88 1E 10 0 4E 2F 48 40 21
Octal 162 210 36 20 0 116 57 110 100 41
Binary 1110010 10001000 11110 10000 0 1001110 101111 1001000 1000000 100001

Color Harmonies of #72881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72881E

Black with #72881E

Text Example


Text Example

White with #72881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72881E; }

 p { color: rgb(114,136,30); }

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

background-color css

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

 a { background-color: rgb(114,136,30); }

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

border-color css

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

 span { border-color: rgb(114,136,30); }

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