Html Css Color HEX #757116 Olivetone

📋 copy color: '#757116'

red 117 ◦ green 113 ◦ blue 22

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

Shades of Olivetone #757116

Tints of Olivetone #757116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

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

R = 46.43%
G = 44.84%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#757116 (or 0x757116) is known color: Olivetone. HEX triplet: 75, 71 and 16. RGB value is (117,113,22). Sum of RGB (Red+Green+Blue) = 117+113+22=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #757116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757116 is #8A8EE9. Grayscale: #686868. Windows color (decimal): -9080554 or 1470837. OLE color: 1470837.

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

Color convert

RGB 117 113 22 -
CMYK 0 0.03 0.81 0.54
HSL 57.47º 0.68% 0.27% -
HSV(B) 57.47º 0.81% 0.46% -
XYZ 13.39 15.65 3.07 -
YUV 103.82 81.83 137.4 -
System Red Green Blue C M Y K H S L
Decimal 117 113 22 0 0.03 0.81 0.54 57.47 0.68 0.27
Hex 75 71 16 0 3 51 36 39 44 1B
Octal 165 161 26 0 3 121 66 71 104 33
Binary 1110101 1110001 10110 0 11 1010001 110110 111001 1000100 11011

Color Harmonies of #757116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757116

Black with #757116

Text Example


Text Example

White with #757116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757116; }

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

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

background-color css

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

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

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

border-color css

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

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

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