Html Css Color HEX #757616 Olivetone

📋 copy color: '#757616'

red 117 ◦ green 118 ◦ blue 22

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

Shades of Olivetone #757616

Tints of Olivetone #757616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.91%

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

R = 45.53%
G = 45.91%
B = 8.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#757616 (or 0x757616) is known color: Olivetone. HEX triplet: 75, 76 and 16. RGB value is (117,118,22). Sum of RGB (Red+Green+Blue) = 117+118+22=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #757616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757616 is #8A89E9. Grayscale: #6B6B6B. Windows color (decimal): -9079274 or 1472117. OLE color: 1472117.

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

Color convert

RGB 117 118 22 -
CMYK 0.01 0 0.81 0.54
HSL 60.63º 0.69% 0.27% -
HSV(B) 60.63º 0.81% 0.46% -
XYZ 13.96 16.8 3.27 -
YUV 106.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 117 118 22 0.01 0 0.81 0.54 60.63 0.69 0.27
Hex 75 76 16 1 0 51 36 3D 45 1B
Octal 165 166 26 1 0 121 66 75 105 33
Binary 1110101 1110110 10110 1 0 1010001 110110 111101 1000101 11011

Color Harmonies of #757616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757616

Black with #757616

Text Example


Text Example

White with #757616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757616; }

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

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

background-color css

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

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

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

border-color css

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

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

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