Html Css Color HEX #756C11 Olivetone

📋 copy color: '#756C11'

red 117 ◦ green 108 ◦ blue 17

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

Shades of Olivetone #756C11

Tints of Olivetone #756C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.63%

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

R = 48.35%
G = 44.63%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#756C11 (or 0x756C11) is known color: Olivetone. HEX triplet: 75, 6C and 11. RGB value is (117,108,17). Sum of RGB (Red+Green+Blue) = 117+108+17=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #756C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C11 is #8A93EE. Grayscale: #646464. Windows color (decimal): -9081839 or 1141877. OLE color: 1141877.

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

Color convert

RGB 117 108 17 -
CMYK 0 0.08 0.85 0.54
HSL 54.6º 0.75% 0.26% -
HSV(B) 54.6º 0.85% 0.46% -
XYZ 12.8 14.55 2.66 -
YUV 100.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 117 108 17 0 0.08 0.85 0.54 54.6 0.75 0.26
Hex 75 6C 11 0 8 55 36 37 4B 1A
Octal 165 154 21 0 10 125 66 67 113 32
Binary 1110101 1101100 10001 0 1000 1010101 110110 110111 1001011 11010

Color Harmonies of #756C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C11

Black with #756C11

Text Example


Text Example

White with #756C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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