Html Css Color HEX #72710B Olive

📋 copy color: '#72710B'

red 114 ◦ green 113 ◦ blue 11

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

Shades of Olive #72710B

Tints of Olive #72710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.62%

R = 47.9%
G = 47.48%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#72710B (or 0x72710B) is known color: Olive. HEX triplet: 72, 71 and 0B. RGB value is (114,113,11). Sum of RGB (Red+Green+Blue) = 114+113+11=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 11 (4.69% from 255 or 4.62% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #72710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72710B is #8D8EF4. Grayscale: #666666. Windows color (decimal): -9277173 or 749938. OLE color: 749938.

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

Color convert

RGB 114 113 11 -
CMYK 0 0.01 0.90 0.55
HSL 59.42º 0.82% 0.25% -
HSV(B) 59.42º 0.9% 0.45% -
XYZ 12.9 15.41 2.61 -
YUV 101.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 114 113 11 0 0.01 0.90 0.55 59.42 0.82 0.25
Hex 72 71 B 0 1 5A 37 3B 52 19
Octal 162 161 13 0 1 132 67 73 122 31
Binary 1110010 1110001 1011 0 1 1011010 110111 111011 1010010 11001

Color Harmonies of #72710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72710B

Black with #72710B

Text Example


Text Example

White with #72710B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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