Html Css Color HEX #72711E Olivetone

📋 copy color: '#72711E'

red 114 ◦ green 113 ◦ blue 30

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

Shades of Olivetone #72711E

Tints of Olivetone #72711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 44.36%
G = 43.97%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#72711E (or 0x72711E) is known color: Olivetone. HEX triplet: 72, 71 and 1E. RGB value is (114,113,30). Sum of RGB (Red+Green+Blue) = 114+113+30=257 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.36% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 114 - color contains mainly: red. Hex color #72711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72711E is #8D8EE1. Grayscale: #686868. Windows color (decimal): -9277154 or 1995122. OLE color: 1995122.

HSL color Cylindrical-coordinate representation of color #72711E: hue angle of 59.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #72711E is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 113 30 -
CMYK 0 0.01 0.74 0.55
HSL 59.29º 0.58% 0.28% -
HSV(B) 59.29º 0.74% 0.45% -
XYZ 13.08 15.48 3.53 -
YUV 103.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 114 113 30 0 0.01 0.74 0.55 59.29 0.58 0.28
Hex 72 71 1E 0 1 4A 37 3B 3A 1C
Octal 162 161 36 0 1 112 67 73 72 34
Binary 1110010 1110001 11110 0 1 1001010 110111 111011 111010 11100

Color Harmonies of #72711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72711E

Black with #72711E

Text Example


Text Example

White with #72711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72711E; }

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

 H1.HeaderClassName
 {
   color: #72711E;
 }
 .AnyTagClassName
 {
   color: #72711E;
 }
</style>

background-color css

<style>
 a { background-color: #72711E; }

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

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

border-color css

<style>
 span { border-color: #72711E; }

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

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