Html Css Color HEX #756E1C Olivetone

📋 copy color: '#756E1C'

red 117 ◦ green 110 ◦ blue 28

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

Shades of Olivetone #756E1C

Tints of Olivetone #756E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.98%

R = 45.88%
G = 43.14%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#756E1C (or 0x756E1C) is known color: Olivetone. HEX triplet: 75, 6E and 1C. RGB value is (117,110,28). Sum of RGB (Red+Green+Blue) = 117+110+28=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #756E1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E1C is #8A91E3. Grayscale: #676767. Windows color (decimal): -9081316 or 1863285. OLE color: 1863285.

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

Color convert

RGB 117 110 28 -
CMYK 0 0.06 0.76 0.54
HSL 55.28º 0.61% 0.28% -
HSV(B) 55.28º 0.76% 0.46% -
XYZ 13.12 15.02 3.31 -
YUV 102.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 117 110 28 0 0.06 0.76 0.54 55.28 0.61 0.28
Hex 75 6E 1C 0 6 4C 36 37 3D 1C
Octal 165 156 34 0 6 114 66 67 75 34
Binary 1110101 1101110 11100 0 110 1001100 110110 110111 111101 11100

Color Harmonies of #756E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E1C

Black with #756E1C

Text Example


Text Example

White with #756E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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