Html Css Color HEX #757316 Olivetone

📋 copy color: '#757316'

red 117 ◦ green 115 ◦ blue 22

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

Shades of Olivetone #757316

Tints of Olivetone #757316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

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

R = 46.06%
G = 45.28%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#757316 (or 0x757316) is known color: Olivetone. HEX triplet: 75, 73 and 16. RGB value is (117,115,22). Sum of RGB (Red+Green+Blue) = 117+115+22=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #757316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757316 is #8A8CE9. Grayscale: #696969. Windows color (decimal): -9080042 or 1471349. OLE color: 1471349.

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

Color convert

RGB 117 115 22 -
CMYK 0 0.02 0.81 0.54
HSL 58.74º 0.68% 0.27% -
HSV(B) 58.74º 0.81% 0.46% -
XYZ 13.61 16.1 3.15 -
YUV 105 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 117 115 22 0 0.02 0.81 0.54 58.74 0.68 0.27
Hex 75 73 16 0 2 51 36 3B 44 1B
Octal 165 163 26 0 2 121 66 73 104 33
Binary 1110101 1110011 10110 0 10 1010001 110110 111011 1000100 11011

Color Harmonies of #757316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757316

Black with #757316

Text Example


Text Example

White with #757316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757316; }

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

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

background-color css

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

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

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

border-color css

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

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

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