Html Css Color HEX #756A20 Olivetone

📋 copy color: '#756A20'

red 117 ◦ green 106 ◦ blue 32

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

Shades of Olivetone #756A20

Tints of Olivetone #756A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.57%

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

R = 45.88%
G = 41.57%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#756A20 (or 0x756A20) is known color: Olivetone. HEX triplet: 75, 6A and 20. RGB value is (117,106,32). Sum of RGB (Red+Green+Blue) = 117+106+32=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #756A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A20 is #8A95DF. Grayscale: #656565. Windows color (decimal): -9082336 or 2124405. OLE color: 2124405.

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

Color convert

RGB 117 106 32 -
CMYK 0 0.09 0.73 0.54
HSL 52.24º 0.57% 0.29% -
HSV(B) 52.24º 0.73% 0.46% -
XYZ 12.75 14.19 3.43 -
YUV 100.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 117 106 32 0 0.09 0.73 0.54 52.24 0.57 0.29
Hex 75 6A 20 0 9 49 36 34 39 1D
Octal 165 152 40 0 11 111 66 64 71 35
Binary 1110101 1101010 100000 0 1001 1001001 110110 110100 111001 11101

Color Harmonies of #756A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756A20

Black with #756A20

Text Example


Text Example

White with #756A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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