Html Css Color HEX #756E1B Olivetone

📋 copy color: '#756E1B'

red 117 ◦ green 110 ◦ blue 27

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

Shades of Olivetone #756E1B

Tints of Olivetone #756E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 46.06%
G = 43.31%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#756E1B (or 0x756E1B) is known color: Olivetone. HEX triplet: 75, 6E and 1B. RGB value is (117,110,27). Sum of RGB (Red+Green+Blue) = 117+110+27=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #756E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E1B is #8A91E4. Grayscale: #666666. Windows color (decimal): -9081317 or 1797749. OLE color: 1797749.

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

Color convert

RGB 117 110 27 -
CMYK 0 0.06 0.77 0.54
HSL 55.33º 0.63% 0.28% -
HSV(B) 55.33º 0.77% 0.46% -
XYZ 13.11 15.01 3.24 -
YUV 102.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 117 110 27 0 0.06 0.77 0.54 55.33 0.63 0.28
Hex 75 6E 1B 0 6 4D 36 37 3E 1C
Octal 165 156 33 0 6 115 66 67 76 34
Binary 1110101 1101110 11011 0 110 1001101 110110 110111 111110 11100

Color Harmonies of #756E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E1B

Black with #756E1B

Text Example


Text Example

White with #756E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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