Html Css Color HEX #756E20 Olivetone

📋 copy color: '#756E20'

red 117 ◦ green 110 ◦ blue 32

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

Shades of Olivetone #756E20

Tints of Olivetone #756E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 45.17%
G = 42.47%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#756E20 (or 0x756E20) is known color: Olivetone. HEX triplet: 75, 6E and 20. RGB value is (117,110,32). Sum of RGB (Red+Green+Blue) = 117+110+32=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #756E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E20 is #8A91DF. Grayscale: #676767. Windows color (decimal): -9081312 or 2125429. OLE color: 2125429.

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

Color convert

RGB 117 110 32 -
CMYK 0 0.06 0.73 0.54
HSL 55.06º 0.57% 0.29% -
HSV(B) 55.06º 0.73% 0.46% -
XYZ 13.17 15.04 3.57 -
YUV 103.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 117 110 32 0 0.06 0.73 0.54 55.06 0.57 0.29
Hex 75 6E 20 0 6 49 36 37 39 1D
Octal 165 156 40 0 6 111 66 67 71 35
Binary 1110101 1101110 100000 0 110 1001001 110110 110111 111001 11101

Color Harmonies of #756E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E20

Black with #756E20

Text Example


Text Example

White with #756E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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