Html Css Color HEX #757012 Olivetone

📋 copy color: '#757012'

red 117 ◦ green 112 ◦ blue 18

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

Shades of Olivetone #757012

Tints of Olivetone #757012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.29%

R = 47.37%
G = 45.34%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#757012 (or 0x757012) is known color: Olivetone. HEX triplet: 75, 70 and 12. RGB value is (117,112,18). Sum of RGB (Red+Green+Blue) = 117+112+18=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #757012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757012 is #8A8FED. Grayscale: #676767. Windows color (decimal): -9080814 or 1208437. OLE color: 1208437.

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

Color convert

RGB 117 112 18 -
CMYK 0 0.04 0.85 0.54
HSL 56.97º 0.73% 0.26% -
HSV(B) 56.97º 0.85% 0.46% -
XYZ 13.24 15.41 2.85 -
YUV 102.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 117 112 18 0 0.04 0.85 0.54 56.97 0.73 0.26
Hex 75 70 12 0 4 55 36 39 49 1A
Octal 165 160 22 0 4 125 66 71 111 32
Binary 1110101 1110000 10010 0 100 1010101 110110 111001 1001001 11010

Color Harmonies of #757012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757012

Black with #757012

Text Example


Text Example

White with #757012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757012; }

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

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

background-color css

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

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

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

border-color css

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

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

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