Html Css Color HEX #726617 Olivetone

📋 copy color: '#726617'

red 114 ◦ green 102 ◦ blue 23

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

Shades of Olivetone #726617

Tints of Olivetone #726617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.62%

R = 47.7%
G = 42.68%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#726617 (or 0x726617) is known color: Olivetone. HEX triplet: 72, 66 and 17. RGB value is (114,102,23). Sum of RGB (Red+Green+Blue) = 114+102+23=239 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.70% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 114 - color contains mainly: red. Hex color #726617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726617 is #8D99E8. Grayscale: #606060. Windows color (decimal): -9279977 or 1533554. OLE color: 1533554.

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

Color convert

RGB 114 102 23 -
CMYK 0 0.11 0.80 0.55
HSL 52.09º 0.66% 0.27% -
HSV(B) 52.09º 0.8% 0.45% -
XYZ 11.85 13.14 2.72 -
YUV 96.58 86.48 140.42 -
System Red Green Blue C M Y K H S L
Decimal 114 102 23 0 0.11 0.80 0.55 52.09 0.66 0.27
Hex 72 66 17 0 B 50 37 34 42 1B
Octal 162 146 27 0 13 120 67 64 102 33
Binary 1110010 1100110 10111 0 1011 1010000 110111 110100 1000010 11011

Color Harmonies of #726617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726617

Black with #726617

Text Example


Text Example

White with #726617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726617; }

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

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

background-color css

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

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

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

border-color css

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

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

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