Html Css Color HEX #72862F Olive Drab

📋 copy color: '#72862F'

red 114 ◦ green 134 ◦ blue 47

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

Shades of Olive Drab #72862F

Tints of Olive Drab #72862F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 38.64%
G = 45.42%
B = 15.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#72862F (or 0x72862F) is known color: Olive Drab. HEX triplet: 72, 86 and 2F. RGB value is (114,134,47). Sum of RGB (Red+Green+Blue) = 114+134+47=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #72862F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72862F is #8D79D0. Grayscale: #767676. Windows color (decimal): -9271761 or 3114610. OLE color: 3114610.

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

Color convert

RGB 114 134 47 -
CMYK 0.15 0 0.65 0.47
HSL 73.79º 0.48% 0.35% -
HSV(B) 73.79º 0.65% 0.53% -
XYZ 15.98 20.83 5.87 -
YUV 118.1 87.87 125.07 -
System Red Green Blue C M Y K H S L
Decimal 114 134 47 0.15 0 0.65 0.47 73.79 0.48 0.35
Hex 72 86 2F F 0 41 2F 4A 30 23
Octal 162 206 57 17 0 101 57 112 60 43
Binary 1110010 10000110 101111 1111 0 1000001 101111 1001010 110000 100011

Color Harmonies of #72862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72862F

Black with #72862F

Text Example


Text Example

White with #72862F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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