Html Css Color HEX #72710D Olive

📋 copy color: '#72710D'

red 114 ◦ green 113 ◦ blue 13

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

Shades of Olive #72710D

Tints of Olive #72710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.42%

R = 47.5%
G = 47.08%
B = 5.42%

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

#72710D (or 0x72710D) is known color: Olive. HEX triplet: 72, 71 and 0D. RGB value is (114,113,13). Sum of RGB (Red+Green+Blue) = 114+113+13=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 113 (44.53% from 255 or 47.08% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72710D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72710D is #8D8EF2. Grayscale: #666666. Windows color (decimal): -9277171 or 881010. OLE color: 881010.

HSL color Cylindrical-coordinate representation of color #72710D: hue angle of 59.41º degrees, saturation: 0.8, 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 #72710D is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 13 -
CMYK 0 0.01 0.89 0.55
HSL 59.41º 0.8% 0.25% -
HSV(B) 59.41º 0.89% 0.45% -
XYZ 12.92 15.42 2.68 -
YUV 101.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 114 113 13 0 0.01 0.89 0.55 59.41 0.8 0.25
Hex 72 71 D 0 1 59 37 3B 50 19
Octal 162 161 15 0 1 131 67 73 120 31
Binary 1110010 1110001 1101 0 1 1011001 110111 111011 1010000 11001

Color Harmonies of #72710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72710D

Black with #72710D

Text Example


Text Example

White with #72710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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