Html Css Color HEX #72711C Olivetone

📋 copy color: '#72711C'

red 114 ◦ green 113 ◦ blue 28

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

Shades of Olivetone #72711C

Tints of Olivetone #72711C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 44.71%
G = 44.31%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#72711C (or 0x72711C) is known color: Olivetone. HEX triplet: 72, 71 and 1C. RGB value is (114,113,28). Sum of RGB (Red+Green+Blue) = 114+113+28=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 114 - color contains mainly: red. Hex color #72711C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72711C is #8D8EE3. Grayscale: #676767. Windows color (decimal): -9277156 or 1864050. OLE color: 1864050.

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

Color convert

RGB 114 113 28 -
CMYK 0 0.01 0.75 0.55
HSL 59.3º 0.61% 0.28% -
HSV(B) 59.3º 0.75% 0.45% -
XYZ 13.05 15.47 3.4 -
YUV 103.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 114 113 28 0 0.01 0.75 0.55 59.3 0.61 0.28
Hex 72 71 1C 0 1 4B 37 3B 3D 1C
Octal 162 161 34 0 1 113 67 73 75 34
Binary 1110010 1110001 11100 0 1 1001011 110111 111011 111101 11100

Color Harmonies of #72711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72711C

Black with #72711C

Text Example


Text Example

White with #72711C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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