Html Css Color HEX #756E29 Olivetone

📋 copy color: '#756E29'

red 117 ◦ green 110 ◦ blue 41

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

Shades of Olivetone #756E29

Tints of Olivetone #756E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 43.66%
G = 41.04%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#756E29 (or 0x756E29) is known color: Olivetone. HEX triplet: 75, 6E and 29. RGB value is (117,110,41). Sum of RGB (Red+Green+Blue) = 117+110+41=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #756E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E29 is #8A91D6. Grayscale: #686868. Windows color (decimal): -9081303 or 2715253. OLE color: 2715253.

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

Color convert

RGB 117 110 41 -
CMYK 0 0.06 0.65 0.54
HSL 54.47º 0.48% 0.31% -
HSV(B) 54.47º 0.65% 0.46% -
XYZ 13.31 15.09 4.31 -
YUV 104.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 117 110 41 0 0.06 0.65 0.54 54.47 0.48 0.31
Hex 75 6E 29 0 6 41 36 36 30 1F
Octal 165 156 51 0 6 101 66 66 60 37
Binary 1110101 1101110 101001 0 110 1000001 110110 110110 110000 11111

Color Harmonies of #756E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E29

Black with #756E29

Text Example


Text Example

White with #756E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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