Html Css Color HEX #72881F Olive Drab

📋 copy color: '#72881F'

red 114 ◦ green 136 ◦ blue 31

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

Shades of Olive Drab #72881F

Tints of Olive Drab #72881F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.03%

R = 40.57%
G = 48.4%
B = 11.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#72881F (or 0x72881F) is known color: Olive Drab. HEX triplet: 72, 88 and 1F. RGB value is (114,136,31). Sum of RGB (Red+Green+Blue) = 114+136+31=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #72881F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72881F is #8D77E0. Grayscale: #757575. Windows color (decimal): -9271265 or 2066546. OLE color: 2066546.

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

Color convert

RGB 114 136 31 -
CMYK 0.16 0 0.77 0.47
HSL 72.57º 0.63% 0.33% -
HSV(B) 72.57º 0.77% 0.53% -
XYZ 15.99 21.28 4.56 -
YUV 117.45 79.21 125.54 -
System Red Green Blue C M Y K H S L
Decimal 114 136 31 0.16 0 0.77 0.47 72.57 0.63 0.33
Hex 72 88 1F 10 0 4D 2F 49 3F 21
Octal 162 210 37 20 0 115 57 111 77 41
Binary 1110010 10001000 11111 10000 0 1001101 101111 1001001 111111 100001

Color Harmonies of #72881F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72881F

Black with #72881F

Text Example


Text Example

White with #72881F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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