Html Css Color HEX #72861F Olive Drab

📋 copy color: '#72861F'

red 114 ◦ green 134 ◦ blue 31

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

Shades of Olive Drab #72861F

Tints of Olive Drab #72861F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.03%

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

R = 40.86%
G = 48.03%
B = 11.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#72861F (or 0x72861F) is known color: Olive Drab. HEX triplet: 72, 86 and 1F. RGB value is (114,134,31). Sum of RGB (Red+Green+Blue) = 114+134+31=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #72861F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72861F is #8D79E0. Grayscale: #747474. Windows color (decimal): -9271777 or 2066034. OLE color: 2066034.

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

Color convert

RGB 114 134 31 -
CMYK 0.15 0 0.77 0.47
HSL 71.65º 0.62% 0.32% -
HSV(B) 71.65º 0.77% 0.53% -
XYZ 15.71 20.73 4.47 -
YUV 116.28 79.87 126.38 -
System Red Green Blue C M Y K H S L
Decimal 114 134 31 0.15 0 0.77 0.47 71.65 0.62 0.32
Hex 72 86 1F F 0 4D 2F 48 3E 20
Octal 162 206 37 17 0 115 57 110 76 40
Binary 1110010 10000110 11111 1111 0 1001101 101111 1001000 111110 100000

Color Harmonies of #72861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72861F

Black with #72861F

Text Example


Text Example

White with #72861F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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