Html Css Color HEX #757416 Olivetone

📋 copy color: '#757416'

red 117 ◦ green 116 ◦ blue 22

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

Shades of Olivetone #757416

Tints of Olivetone #757416

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.49%

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

R = 45.88%
G = 45.49%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#757416 (or 0x757416) is known color: Olivetone. HEX triplet: 75, 74 and 16. RGB value is (117,116,22). Sum of RGB (Red+Green+Blue) = 117+116+22=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #757416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757416 is #8A8BE9. Grayscale: #696969. Windows color (decimal): -9079786 or 1471605. OLE color: 1471605.

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

Color convert

RGB 117 116 22 -
CMYK 0 0.01 0.81 0.54
HSL 59.37º 0.68% 0.27% -
HSV(B) 59.37º 0.81% 0.46% -
XYZ 13.73 16.33 3.19 -
YUV 105.58 80.83 136.14 -
System Red Green Blue C M Y K H S L
Decimal 117 116 22 0 0.01 0.81 0.54 59.37 0.68 0.27
Hex 75 74 16 0 1 51 36 3B 44 1B
Octal 165 164 26 0 1 121 66 73 104 33
Binary 1110101 1110100 10110 0 1 1010001 110110 111011 1000100 11011

Color Harmonies of #757416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757416

Black with #757416

Text Example


Text Example

White with #757416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757416; }

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

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

background-color css

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

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

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

border-color css

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

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

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