Html Css Color HEX #72702F Olivetone

📋 copy color: '#72702F'

red 114 ◦ green 112 ◦ blue 47

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

Shades of Olivetone #72702F

Tints of Olivetone #72702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.03%

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

R = 41.76%
G = 41.03%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#72702F (or 0x72702F) is known color: Olivetone. HEX triplet: 72, 70 and 2F. RGB value is (114,112,47). Sum of RGB (Red+Green+Blue) = 114+112+47=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 114 - color contains mainly: red. Hex color #72702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72702F is #8D8FD0. Grayscale: #696969. Windows color (decimal): -9277393 or 3108978. OLE color: 3108978.

HSL color Cylindrical-coordinate representation of color #72702F: hue angle of 58.21º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72702F is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 112 47 -
CMYK 0 0.02 0.59 0.55
HSL 58.21º 0.42% 0.32% -
HSV(B) 58.21º 0.59% 0.45% -
XYZ 13.25 15.37 4.96 -
YUV 105.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 114 112 47 0 0.02 0.59 0.55 58.21 0.42 0.32
Hex 72 70 2F 0 2 3B 37 3A 2A 20
Octal 162 160 57 0 2 73 67 72 52 40
Binary 1110010 1110000 101111 0 10 111011 110111 111010 101010 100000

Color Harmonies of #72702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72702F

Black with #72702F

Text Example


Text Example

White with #72702F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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