Html Css Color HEX #72710F Olivetone

📋 copy color: '#72710F'

red 114 ◦ green 113 ◦ blue 15

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

Shades of Olivetone #72710F

Tints of Olivetone #72710F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.69%

 BLUE value IS 15 (6.25% from 255) = 6.2%

R = 47.11%
G = 46.69%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72710F (or 0x72710F) is known color: Olivetone. HEX triplet: 72, 71 and 0F. RGB value is (114,113,15). Sum of RGB (Red+Green+Blue) = 114+113+15=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 113 (44.53% from 255 or 46.69% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #72710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72710F is #8D8EF0. Grayscale: #666666. Windows color (decimal): -9277169 or 1012082. OLE color: 1012082.

HSL color Cylindrical-coordinate representation of color #72710F: hue angle of 59.39º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72710F is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 15 -
CMYK 0 0.01 0.87 0.55
HSL 59.39º 0.77% 0.25% -
HSV(B) 59.39º 0.87% 0.45% -
XYZ 12.93 15.42 2.75 -
YUV 102.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 114 113 15 0 0.01 0.87 0.55 59.39 0.77 0.25
Hex 72 71 F 0 1 57 37 3B 4D 19
Octal 162 161 17 0 1 127 67 73 115 31
Binary 1110010 1110001 1111 0 1 1010111 110111 111011 1001101 11001

Color Harmonies of #72710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72710F

Black with #72710F

Text Example


Text Example

White with #72710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,113,15); }

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

background-color css

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

 a { background-color: rgb(114,113,15); }

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

border-color css

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

 span { border-color: rgb(114,113,15); }

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