Html Css Color HEX #727715 Olivetone

📋 copy color: '#727715'

red 114 ◦ green 119 ◦ blue 21

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

Shades of Olivetone #727715

Tints of Olivetone #727715

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 44.88%
G = 46.85%
B = 8.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#727715 (or 0x727715) is known color: Olivetone. HEX triplet: 72, 77 and 15. RGB value is (114,119,21). Sum of RGB (Red+Green+Blue) = 114+119+21=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 119 - color contains mainly: green. Hex color #727715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727715 is #8D88EA. Grayscale: #6A6A6A. Windows color (decimal): -9275627 or 1406834. OLE color: 1406834.

HSL color Cylindrical-coordinate representation of color #727715: hue angle of 63.06º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #727715 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 119 21 -
CMYK 0.04 0 0.82 0.53
HSL 63.06º 0.7% 0.27% -
HSV(B) 63.06º 0.82% 0.47% -
XYZ 13.67 16.83 3.24 -
YUV 106.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 114 119 21 0.04 0 0.82 0.53 63.06 0.7 0.27
Hex 72 77 15 4 0 52 35 3F 46 1B
Octal 162 167 25 4 0 122 65 77 106 33
Binary 1110010 1110111 10101 100 0 1010010 110101 111111 1000110 11011

Color Harmonies of #727715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727715

Black with #727715

Text Example


Text Example

White with #727715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727715; }

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

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

background-color css

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

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

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

border-color css

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

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

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