Html Css Color HEX #756F11 Olivetone

📋 copy color: '#756F11'

red 117 ◦ green 111 ◦ blue 17

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

Shades of Olivetone #756F11

Tints of Olivetone #756F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.31%

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

R = 47.76%
G = 45.31%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#756F11 (or 0x756F11) is known color: Olivetone. HEX triplet: 75, 6F and 11. RGB value is (117,111,17). Sum of RGB (Red+Green+Blue) = 117+111+17=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #756F11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F11 is #8A90EE. Grayscale: #666666. Windows color (decimal): -9081071 or 1142645. OLE color: 1142645.

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

Color convert

RGB 117 111 17 -
CMYK 0 0.05 0.85 0.54
HSL 56.4º 0.75% 0.26% -
HSV(B) 56.4º 0.85% 0.46% -
XYZ 13.12 15.19 2.77 -
YUV 102.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 117 111 17 0 0.05 0.85 0.54 56.4 0.75 0.26
Hex 75 6F 11 0 5 55 36 38 4B 1A
Octal 165 157 21 0 5 125 66 70 113 32
Binary 1110101 1101111 10001 0 101 1010101 110110 111000 1001011 11010

Color Harmonies of #756F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756F11

Black with #756F11

Text Example


Text Example

White with #756F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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