Html Css Color HEX #726712 Olivetone

📋 copy color: '#726712'

red 114 ◦ green 103 ◦ blue 18

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

Shades of Olivetone #726712

Tints of Olivetone #726712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.83%

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 48.51%
G = 43.83%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#726712 (or 0x726712) is known color: Olivetone. HEX triplet: 72, 67 and 12. RGB value is (114,103,18). Sum of RGB (Red+Green+Blue) = 114+103+18=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #726712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726712 is #8D98ED. Grayscale: #606060. Windows color (decimal): -9279726 or 1206130. OLE color: 1206130.

HSL color Cylindrical-coordinate representation of color #726712: hue angle of 53.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #726712 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 18 -
CMYK 0 0.10 0.84 0.55
HSL 53.13º 0.73% 0.26% -
HSV(B) 53.13º 0.84% 0.45% -
XYZ 11.9 13.32 2.52 -
YUV 96.6 83.64 140.41 -
System Red Green Blue C M Y K H S L
Decimal 114 103 18 0 0.10 0.84 0.55 53.13 0.73 0.26
Hex 72 67 12 0 A 54 37 35 49 1A
Octal 162 147 22 0 12 124 67 65 111 32
Binary 1110010 1100111 10010 0 1010 1010100 110111 110101 1001001 11010

Color Harmonies of #726712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726712

Black with #726712

Text Example


Text Example

White with #726712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726712; }

 p { color: rgb(114,103,18); }

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

background-color css

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

 a { background-color: rgb(114,103,18); }

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

border-color css

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

 span { border-color: rgb(114,103,18); }

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