Html Css Color HEX #757215 Olivetone

📋 copy color: '#757215'

red 117 ◦ green 114 ◦ blue 21

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

Shades of Olivetone #757215

Tints of Olivetone #757215

RGB

 RED value IS 117 (46.09% from 255) = 46.43%

 GREEN value IS 114 (44.92% from 255) = 45.24%

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

R = 46.43%
G = 45.24%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#757215 (or 0x757215) is known color: Olivetone. HEX triplet: 75, 72 and 15. RGB value is (117,114,21). Sum of RGB (Red+Green+Blue) = 117+114+21=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #757215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757215 is #8A8DEA. Grayscale: #686868. Windows color (decimal): -9080299 or 1405557. OLE color: 1405557.

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

Color convert

RGB 117 114 21 -
CMYK 0 0.03 0.82 0.54
HSL 58.13º 0.7% 0.27% -
HSV(B) 58.13º 0.82% 0.46% -
XYZ 13.49 15.87 3.06 -
YUV 104.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 117 114 21 0 0.03 0.82 0.54 58.13 0.7 0.27
Hex 75 72 15 0 3 52 36 3A 46 1B
Octal 165 162 25 0 3 122 66 72 106 33
Binary 1110101 1110010 10101 0 11 1010010 110110 111010 1000110 11011

Color Harmonies of #757215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757215

Black with #757215

Text Example


Text Example

White with #757215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757215; }

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

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

background-color css

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

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

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

border-color css

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

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

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