Html Css Color HEX #726616 Olivetone

📋 copy color: '#726616'

red 114 ◦ green 102 ◦ blue 22

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

Shades of Olivetone #726616

Tints of Olivetone #726616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

 BLUE value IS 22 (8.98% from 255) = 9.24%

R = 47.9%
G = 42.86%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#726616 (or 0x726616) is known color: Olivetone. HEX triplet: 72, 66 and 16. RGB value is (114,102,22). Sum of RGB (Red+Green+Blue) = 114+102+22=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #726616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726616 is #8D99E9. Grayscale: #606060. Windows color (decimal): -9279978 or 1468018. OLE color: 1468018.

HSL color Cylindrical-coordinate representation of color #726616: hue angle of 52.17º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #726616 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 102 22 -
CMYK 0 0.11 0.81 0.55
HSL 52.17º 0.68% 0.27% -
HSV(B) 52.17º 0.81% 0.45% -
XYZ 11.84 13.14 2.67 -
YUV 96.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 114 102 22 0 0.11 0.81 0.55 52.17 0.68 0.27
Hex 72 66 16 0 B 51 37 34 44 1B
Octal 162 146 26 0 13 121 67 64 104 33
Binary 1110010 1100110 10110 0 1011 1010001 110111 110100 1000100 11011

Color Harmonies of #726616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726616

Black with #726616

Text Example


Text Example

White with #726616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726616; }

 p { color: rgb(114,102,22); }

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

background-color css

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

 a { background-color: rgb(114,102,22); }

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

border-color css

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

 span { border-color: rgb(114,102,22); }

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