Html Css Color HEX #757413 Olivetone

📋 copy color: '#757413'

red 117 ◦ green 116 ◦ blue 19

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

Shades of Olivetone #757413

Tints of Olivetone #757413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.03%

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

R = 46.43%
G = 46.03%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#757413 (or 0x757413) is known color: Olivetone. HEX triplet: 75, 74 and 13. RGB value is (117,116,19). Sum of RGB (Red+Green+Blue) = 117+116+19=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #757413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757413 is #8A8BEC. Grayscale: #696969. Windows color (decimal): -9079789 or 1274997. OLE color: 1274997.

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

Color convert

RGB 117 116 19 -
CMYK 0 0.01 0.84 0.54
HSL 59.39º 0.72% 0.27% -
HSV(B) 59.39º 0.84% 0.46% -
XYZ 13.7 16.32 3.04 -
YUV 105.24 79.33 136.39 -
System Red Green Blue C M Y K H S L
Decimal 117 116 19 0 0.01 0.84 0.54 59.39 0.72 0.27
Hex 75 74 13 0 1 54 36 3B 48 1B
Octal 165 164 23 0 1 124 66 73 110 33
Binary 1110101 1110100 10011 0 1 1010100 110110 111011 1001000 11011

Color Harmonies of #757413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757413

Black with #757413

Text Example


Text Example

White with #757413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757413; }

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

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

background-color css

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

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

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

border-color css

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

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

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