Html Css Color HEX #726714 Olivetone

📋 copy color: '#726714'

red 114 ◦ green 103 ◦ blue 20

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

Shades of Olivetone #726714

Tints of Olivetone #726714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 48.1%
G = 43.46%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#726714 (or 0x726714) is known color: Olivetone. HEX triplet: 72, 67 and 14. RGB value is (114,103,20). Sum of RGB (Red+Green+Blue) = 114+103+20=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #726714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726714 is #8D98EB. Grayscale: #616161. Windows color (decimal): -9279724 or 1337202. OLE color: 1337202.

HSL color Cylindrical-coordinate representation of color #726714: hue angle of 52.98º degrees, saturation: 0.7, 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 #726714 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 103 20 -
CMYK 0 0.10 0.82 0.55
HSL 52.98º 0.7% 0.26% -
HSV(B) 52.98º 0.82% 0.45% -
XYZ 11.92 13.33 2.61 -
YUV 96.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 114 103 20 0 0.10 0.82 0.55 52.98 0.7 0.26
Hex 72 67 14 0 A 52 37 35 46 1A
Octal 162 147 24 0 12 122 67 65 106 32
Binary 1110010 1100111 10100 0 1010 1010010 110111 110101 1000110 11010

Color Harmonies of #726714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726714

Black with #726714

Text Example


Text Example

White with #726714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726714; }

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

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

background-color css

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

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

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

border-color css

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

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

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