Html Css Color HEX #757010 Olivetone

📋 copy color: '#757010'

red 117 ◦ green 112 ◦ blue 16

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

Shades of Olivetone #757010

Tints of Olivetone #757010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 47.76%
G = 45.71%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#757010 (or 0x757010) is known color: Olivetone. HEX triplet: 75, 70 and 10. RGB value is (117,112,16). Sum of RGB (Red+Green+Blue) = 117+112+16=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #757010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757010 is #8A8FEF. Grayscale: #666666. Windows color (decimal): -9080816 or 1077365. OLE color: 1077365.

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

Color convert

RGB 117 112 16 -
CMYK 0 0.04 0.86 0.54
HSL 57.03º 0.76% 0.26% -
HSV(B) 57.03º 0.86% 0.46% -
XYZ 13.22 15.41 2.77 -
YUV 102.55 79.16 138.31 -
System Red Green Blue C M Y K H S L
Decimal 117 112 16 0 0.04 0.86 0.54 57.03 0.76 0.26
Hex 75 70 10 0 4 56 36 39 4C 1A
Octal 165 160 20 0 4 126 66 71 114 32
Binary 1110101 1110000 10000 0 100 1010110 110110 111001 1001100 11010

Color Harmonies of #757010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757010

Black with #757010

Text Example


Text Example

White with #757010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757010; }

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

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

background-color css

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

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

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

border-color css

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

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

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