Html Css Color HEX #72710A Olive

📋 copy color: '#72710A'

red 114 ◦ green 113 ◦ blue 10

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

Shades of Olive #72710A

Tints of Olive #72710A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 48.1%
G = 47.68%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72710A (or 0x72710A) is known color: Olive. HEX triplet: 72, 71 and 0A. RGB value is (114,113,10). Sum of RGB (Red+Green+Blue) = 114+113+10=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #72710A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72710A is #8D8EF5. Grayscale: #656565. Windows color (decimal): -9277174 or 684402. OLE color: 684402.

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

Color convert

RGB 114 113 10 -
CMYK 0 0.01 0.91 0.55
HSL 59.42º 0.84% 0.24% -
HSV(B) 59.42º 0.91% 0.45% -
XYZ 12.9 15.41 2.58 -
YUV 101.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 114 113 10 0 0.01 0.91 0.55 59.42 0.84 0.24
Hex 72 71 A 0 1 5B 37 3B 54 18
Octal 162 161 12 0 1 133 67 73 124 30
Binary 1110010 1110001 1010 0 1 1011011 110111 111011 1010100 11000

Color Harmonies of #72710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72710A

Black with #72710A

Text Example


Text Example

White with #72710A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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