Html Css Color HEX #72711A Olivetone

📋 copy color: '#72711A'

red 114 ◦ green 113 ◦ blue 26

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

Shades of Olivetone #72711A

Tints of Olivetone #72711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 45.06%
G = 44.66%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#72711A (or 0x72711A) is known color: Olivetone. HEX triplet: 72, 71 and 1A. RGB value is (114,113,26). Sum of RGB (Red+Green+Blue) = 114+113+26=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 114 - color contains mainly: red. Hex color #72711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72711A is #8D8EE5. Grayscale: #676767. Windows color (decimal): -9277158 or 1732978. OLE color: 1732978.

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

Color convert

RGB 114 113 26 -
CMYK 0 0.01 0.77 0.55
HSL 59.32º 0.63% 0.27% -
HSV(B) 59.32º 0.77% 0.45% -
XYZ 13.03 15.46 3.27 -
YUV 103.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 114 113 26 0 0.01 0.77 0.55 59.32 0.63 0.27
Hex 72 71 1A 0 1 4D 37 3B 3F 1B
Octal 162 161 32 0 1 115 67 73 77 33
Binary 1110010 1110001 11010 0 1 1001101 110111 111011 111111 11011

Color Harmonies of #72711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72711A

Black with #72711A

Text Example


Text Example

White with #72711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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