Html Css Color HEX #757716 Olivetone

📋 copy color: '#757716'

red 117 ◦ green 119 ◦ blue 22

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

Shades of Olivetone #757716

Tints of Olivetone #757716

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.12%

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

R = 45.35%
G = 46.12%
B = 8.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#757716 (or 0x757716) is known color: Olivetone. HEX triplet: 75, 77 and 16. RGB value is (117,119,22). Sum of RGB (Red+Green+Blue) = 117+119+22=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 119 (46.88% from 255 or 46.12% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 119 - color contains mainly: green. Hex color #757716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757716 is #8A88E9. Grayscale: #6B6B6B. Windows color (decimal): -9079018 or 1472373. OLE color: 1472373.

HSL color Cylindrical-coordinate representation of color #757716: hue angle of 61.24º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #757716 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 22 -
CMYK 0.02 0 0.82 0.53
HSL 61.24º 0.69% 0.28% -
HSV(B) 61.24º 0.82% 0.47% -
XYZ 14.08 17.03 3.3 -
YUV 107.34 79.84 134.89 -
System Red Green Blue C M Y K H S L
Decimal 117 119 22 0.02 0 0.82 0.53 61.24 0.69 0.28
Hex 75 77 16 2 0 52 35 3D 45 1C
Octal 165 167 26 2 0 122 65 75 105 34
Binary 1110101 1110111 10110 10 0 1010010 110101 111101 1000101 11100

Color Harmonies of #757716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757716

Black with #757716

Text Example


Text Example

White with #757716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757716; }

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

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

background-color css

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

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

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

border-color css

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

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

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