Html Css Color HEX #727615 Olivetone

📋 copy color: '#727615'

red 114 ◦ green 118 ◦ blue 21

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

Shades of Olivetone #727615

Tints of Olivetone #727615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 46.64%

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

R = 45.06%
G = 46.64%
B = 8.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#727615 (or 0x727615) is known color: Olivetone. HEX triplet: 72, 76 and 15. RGB value is (114,118,21). Sum of RGB (Red+Green+Blue) = 114+118+21=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #727615 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #727615 is #8D89EA. Grayscale: #6A6A6A. Windows color (decimal): -9275883 or 1406578. OLE color: 1406578.

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

Color convert

RGB 114 118 21 -
CMYK 0.03 0 0.82 0.54
HSL 62.47º 0.7% 0.27% -
HSV(B) 62.47º 0.82% 0.46% -
XYZ 13.55 16.59 3.2 -
YUV 105.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 114 118 21 0.03 0 0.82 0.54 62.47 0.7 0.27
Hex 72 76 15 3 0 52 36 3E 46 1B
Octal 162 166 25 3 0 122 66 76 106 33
Binary 1110010 1110110 10101 11 0 1010010 110110 111110 1000110 11011

Color Harmonies of #727615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727615

Black with #727615

Text Example


Text Example

White with #727615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727615; }

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

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

background-color css

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

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

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

border-color css

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

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

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