Html Css Color HEX #757516 Olivetone

📋 copy color: '#757516'

red 117 ◦ green 117 ◦ blue 22

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

Shades of Olivetone #757516

Tints of Olivetone #757516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.7%

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

R = 45.7%
G = 45.7%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#757516 (or 0x757516) is known color: Olivetone. HEX triplet: 75, 75 and 16. RGB value is (117,117,22). Sum of RGB (Red+Green+Blue) = 117+117+22=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757516 is #8A8AE9. Grayscale: #6A6A6A. Windows color (decimal): -9079530 or 1471861. OLE color: 1471861.

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

Color convert

RGB 117 117 22 -
CMYK 0 0 0.81 0.54
HSL 60º 0.68% 0.27% -
HSV(B) 60º 0.81% 0.46% -
XYZ 13.84 16.56 3.23 -
YUV 106.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 117 117 22 0 0 0.81 0.54 60 0.68 0.27
Hex 75 75 16 0 0 51 36 3C 44 1B
Octal 165 165 26 0 0 121 66 74 104 33
Binary 1110101 1110101 10110 0 0 1010001 110110 111100 1000100 11011

Color Harmonies of #757516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757516

Black with #757516

Text Example


Text Example

White with #757516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757516; }

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

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

background-color css

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

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

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

border-color css

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

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

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