Html Css Color HEX #72711B Olivetone

📋 copy color: '#72711B'

red 114 ◦ green 113 ◦ blue 27

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

Shades of Olivetone #72711B

Tints of Olivetone #72711B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 44.88%
G = 44.49%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#72711B (or 0x72711B) is known color: Olivetone. HEX triplet: 72, 71 and 1B. RGB value is (114,113,27). Sum of RGB (Red+Green+Blue) = 114+113+27=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #72711B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72711B is #8D8EE4. Grayscale: #676767. Windows color (decimal): -9277157 or 1798514. OLE color: 1798514.

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

Color convert

RGB 114 113 27 -
CMYK 0 0.01 0.76 0.55
HSL 59.31º 0.62% 0.28% -
HSV(B) 59.31º 0.76% 0.45% -
XYZ 13.04 15.47 3.33 -
YUV 103.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 114 113 27 0 0.01 0.76 0.55 59.31 0.62 0.28
Hex 72 71 1B 0 1 4C 37 3B 3E 1C
Octal 162 161 33 0 1 114 67 73 76 34
Binary 1110010 1110001 11011 0 1 1001100 110111 111011 111110 11100

Color Harmonies of #72711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72711B

Black with #72711B

Text Example


Text Example

White with #72711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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