Html Css Color HEX #757016 Olivetone

📋 copy color: '#757016'

red 117 ◦ green 112 ◦ blue 22

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

Shades of Olivetone #757016

Tints of Olivetone #757016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 46.61%
G = 44.62%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#757016 (or 0x757016) is known color: Olivetone. HEX triplet: 75, 70 and 16. RGB value is (117,112,22). Sum of RGB (Red+Green+Blue) = 117+112+22=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #757016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757016 is #8A8FE9. Grayscale: #676767. Windows color (decimal): -9080810 or 1470581. OLE color: 1470581.

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

Color convert

RGB 117 112 22 -
CMYK 0 0.04 0.81 0.54
HSL 56.84º 0.68% 0.27% -
HSV(B) 56.84º 0.81% 0.46% -
XYZ 13.28 15.43 3.04 -
YUV 103.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 117 112 22 0 0.04 0.81 0.54 56.84 0.68 0.27
Hex 75 70 16 0 4 51 36 39 44 1B
Octal 165 160 26 0 4 121 66 71 104 33
Binary 1110101 1110000 10110 0 100 1010001 110110 111001 1000100 11011

Color Harmonies of #757016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757016

Black with #757016

Text Example


Text Example

White with #757016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757016; }

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

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

background-color css

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

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

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

border-color css

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

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

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