Html Css Color HEX #727015 Olivetone

📋 copy color: '#727015'

red 114 ◦ green 112 ◦ blue 21

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

Shades of Olivetone #727015

Tints of Olivetone #727015

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.34%

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

R = 46.15%
G = 45.34%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#727015 (or 0x727015) is known color: Olivetone. HEX triplet: 72, 70 and 15. RGB value is (114,112,21). Sum of RGB (Red+Green+Blue) = 114+112+21=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 114 - color contains mainly: red. Hex color #727015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727015 is #8D8FEA. Grayscale: #666666. Windows color (decimal): -9277419 or 1405042. OLE color: 1405042.

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

Color convert

RGB 114 112 21 -
CMYK 0 0.02 0.82 0.55
HSL 58.71º 0.69% 0.26% -
HSV(B) 58.71º 0.82% 0.45% -
XYZ 12.87 15.22 2.97 -
YUV 102.22 82.16 136.4 -
System Red Green Blue C M Y K H S L
Decimal 114 112 21 0 0.02 0.82 0.55 58.71 0.69 0.26
Hex 72 70 15 0 2 52 37 3B 45 1A
Octal 162 160 25 0 2 122 67 73 105 32
Binary 1110010 1110000 10101 0 10 1010010 110111 111011 1000101 11010

Color Harmonies of #727015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727015

Black with #727015

Text Example


Text Example

White with #727015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727015; }

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

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

background-color css

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

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

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

border-color css

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

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

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