Html Css Color HEX #757014 Olivetone

📋 copy color: '#757014'

red 117 ◦ green 112 ◦ blue 20

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

Shades of Olivetone #757014

Tints of Olivetone #757014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 46.99%
G = 44.98%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#757014 (or 0x757014) is known color: Olivetone. HEX triplet: 75, 70 and 14. RGB value is (117,112,20). Sum of RGB (Red+Green+Blue) = 117+112+20=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #757014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757014 is #8A8FEB. Grayscale: #676767. Windows color (decimal): -9080812 or 1339509. OLE color: 1339509.

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

Color convert

RGB 117 112 20 -
CMYK 0 0.04 0.83 0.54
HSL 56.91º 0.71% 0.27% -
HSV(B) 56.91º 0.83% 0.46% -
XYZ 13.26 15.42 2.94 -
YUV 103.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 117 112 20 0 0.04 0.83 0.54 56.91 0.71 0.27
Hex 75 70 14 0 4 53 36 39 47 1B
Octal 165 160 24 0 4 123 66 71 107 33
Binary 1110101 1110000 10100 0 100 1010011 110110 111001 1000111 11011

Color Harmonies of #757014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757014

Black with #757014

Text Example


Text Example

White with #757014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757014; }

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

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

background-color css

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

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

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

border-color css

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

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

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