Html Css Color HEX #726B15 Olivetone

📋 copy color: '#726B15'

red 114 ◦ green 107 ◦ blue 21

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

Shades of Olivetone #726B15

Tints of Olivetone #726B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.21%

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 47.11%
G = 44.21%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#726B15 (or 0x726B15) is known color: Olivetone. HEX triplet: 72, 6B and 15. RGB value is (114,107,21). Sum of RGB (Red+Green+Blue) = 114+107+21=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #726B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726B15 is #8D94EA. Grayscale: #636363. Windows color (decimal): -9278699 or 1403762. OLE color: 1403762.

HSL color Cylindrical-coordinate representation of color #726B15: hue angle of 55.48º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #726B15 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 107 21 -
CMYK 0 0.06 0.82 0.55
HSL 55.48º 0.69% 0.26% -
HSV(B) 55.48º 0.82% 0.45% -
XYZ 12.33 14.15 2.79 -
YUV 99.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 114 107 21 0 0.06 0.82 0.55 55.48 0.69 0.26
Hex 72 6B 15 0 6 52 37 37 45 1A
Octal 162 153 25 0 6 122 67 67 105 32
Binary 1110010 1101011 10101 0 110 1010010 110111 110111 1000101 11010

Color Harmonies of #726B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726B15

Black with #726B15

Text Example


Text Example

White with #726B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726B15; }

 p { color: rgb(114,107,21); }

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

background-color css

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

 a { background-color: rgb(114,107,21); }

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

border-color css

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

 span { border-color: rgb(114,107,21); }

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