Html Css Color HEX #756E11 Olivetone

📋 copy color: '#756E11'

red 117 ◦ green 110 ◦ blue 17

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

Shades of Olivetone #756E11

Tints of Olivetone #756E11

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.08%

 BLUE value IS 17 (7.03% from 255) = 6.97%

R = 47.95%
G = 45.08%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#756E11 (or 0x756E11) is known color: Olivetone. HEX triplet: 75, 6E and 11. RGB value is (117,110,17). Sum of RGB (Red+Green+Blue) = 117+110+17=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #756E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E11 is #8A91EE. Grayscale: #656565. Windows color (decimal): -9081327 or 1142389. OLE color: 1142389.

HSL color Cylindrical-coordinate representation of color #756E11: hue angle of 55.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #756E11 is Cyan = 0, Magento = 0.06, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 17 -
CMYK 0 0.06 0.85 0.54
HSL 55.8º 0.75% 0.26% -
HSV(B) 55.8º 0.85% 0.46% -
XYZ 13.01 14.97 2.73 -
YUV 101.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 117 110 17 0 0.06 0.85 0.54 55.8 0.75 0.26
Hex 75 6E 11 0 6 55 36 38 4B 1A
Octal 165 156 21 0 6 125 66 70 113 32
Binary 1110101 1101110 10001 0 110 1010101 110110 111000 1001011 11010

Color Harmonies of #756E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E11

Black with #756E11

Text Example


Text Example

White with #756E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756E11; }

 p { color: rgb(117,110,17); }

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

background-color css

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

 a { background-color: rgb(117,110,17); }

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

border-color css

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

 span { border-color: rgb(117,110,17); }

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