Html Css Color HEX #757013 Olivetone

📋 copy color: '#757013'

red 117 ◦ green 112 ◦ blue 19

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

Shades of Olivetone #757013

Tints of Olivetone #757013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 47.18%
G = 45.16%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#757013 (or 0x757013) is known color: Olivetone. HEX triplet: 75, 70 and 13. RGB value is (117,112,19). Sum of RGB (Red+Green+Blue) = 117+112+19=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #757013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757013 is #8A8FEC. Grayscale: #676767. Windows color (decimal): -9080813 or 1273973. OLE color: 1273973.

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

Color convert

RGB 117 112 19 -
CMYK 0 0.04 0.84 0.54
HSL 56.94º 0.72% 0.27% -
HSV(B) 56.94º 0.84% 0.46% -
XYZ 13.25 15.42 2.89 -
YUV 102.89 80.66 138.06 -
System Red Green Blue C M Y K H S L
Decimal 117 112 19 0 0.04 0.84 0.54 56.94 0.72 0.27
Hex 75 70 13 0 4 54 36 39 48 1B
Octal 165 160 23 0 4 124 66 71 110 33
Binary 1110101 1110000 10011 0 100 1010100 110110 111001 1001000 11011

Color Harmonies of #757013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757013

Black with #757013

Text Example


Text Example

White with #757013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757013; }

 p { color: rgb(117,112,19); }

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

background-color css

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

 a { background-color: rgb(117,112,19); }

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

border-color css

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

 span { border-color: rgb(117,112,19); }

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