Html Css Color HEX #756D11 Olivetone

📋 copy color: '#756D11'

red 117 ◦ green 109 ◦ blue 17

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

Shades of Olivetone #756D11

Tints of Olivetone #756D11

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.86%

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

R = 48.15%
G = 44.86%
B = 7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#756D11 (or 0x756D11) is known color: Olivetone. HEX triplet: 75, 6D and 11. RGB value is (117,109,17). Sum of RGB (Red+Green+Blue) = 117+109+17=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 109 (42.97% from 255 or 44.86% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #756D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D11 is #8A92EE. Grayscale: #656565. Windows color (decimal): -9081583 or 1142133. OLE color: 1142133.

HSL color Cylindrical-coordinate representation of color #756D11: hue angle of 55.2º 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 #756D11 is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 109 17 -
CMYK 0 0.07 0.85 0.54
HSL 55.2º 0.75% 0.26% -
HSV(B) 55.2º 0.85% 0.46% -
XYZ 12.91 14.76 2.7 -
YUV 100.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 117 109 17 0 0.07 0.85 0.54 55.2 0.75 0.26
Hex 75 6D 11 0 7 55 36 37 4B 1A
Octal 165 155 21 0 7 125 66 67 113 32
Binary 1110101 1101101 10001 0 111 1010101 110110 110111 1001011 11010

Color Harmonies of #756D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D11

Black with #756D11

Text Example


Text Example

White with #756D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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