Html Css Color HEX #72710C Olive

📋 copy color: '#72710C'

red 114 ◦ green 113 ◦ blue 12

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

Shades of Olive #72710C

Tints of Olive #72710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.02%

R = 47.7%
G = 47.28%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72710C (or 0x72710C) is known color: Olive. HEX triplet: 72, 71 and 0C. RGB value is (114,113,12). Sum of RGB (Red+Green+Blue) = 114+113+12=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #72710C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72710C is #8D8EF3. Grayscale: #666666. Windows color (decimal): -9277172 or 815474. OLE color: 815474.

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

Color convert

RGB 114 113 12 -
CMYK 0 0.01 0.89 0.55
HSL 59.41º 0.81% 0.25% -
HSV(B) 59.41º 0.89% 0.45% -
XYZ 12.91 15.41 2.64 -
YUV 101.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 114 113 12 0 0.01 0.89 0.55 59.41 0.81 0.25
Hex 72 71 C 0 1 59 37 3B 51 19
Octal 162 161 14 0 1 131 67 73 121 31
Binary 1110010 1110001 1100 0 1 1011001 110111 111011 1010001 11001

Color Harmonies of #72710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72710C

Black with #72710C

Text Example


Text Example

White with #72710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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