Html Css Color HEX #756B13 Olivetone

📋 copy color: '#756B13'

red 117 ◦ green 107 ◦ blue 19

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

Shades of Olivetone #756B13

Tints of Olivetone #756B13

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.03%

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 48.15%
G = 44.03%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#756B13 (or 0x756B13) is known color: Olivetone. HEX triplet: 75, 6B and 13. RGB value is (117,107,19). Sum of RGB (Red+Green+Blue) = 117+107+19=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #756B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B13 is #8A94EC. Grayscale: #646464. Windows color (decimal): -9082093 or 1272693. OLE color: 1272693.

HSL color Cylindrical-coordinate representation of color #756B13: hue angle of 53.88º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #756B13 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 107 19 -
CMYK 0 0.09 0.84 0.54
HSL 53.88º 0.72% 0.27% -
HSV(B) 53.88º 0.84% 0.46% -
XYZ 12.71 14.34 2.71 -
YUV 99.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 117 107 19 0 0.09 0.84 0.54 53.88 0.72 0.27
Hex 75 6B 13 0 9 54 36 36 48 1B
Octal 165 153 23 0 11 124 66 66 110 33
Binary 1110101 1101011 10011 0 1001 1010100 110110 110110 1001000 11011

Color Harmonies of #756B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B13

Black with #756B13

Text Example


Text Example

White with #756B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,107,19); }

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

background-color css

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

 a { background-color: rgb(117,107,19); }

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

border-color css

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

 span { border-color: rgb(117,107,19); }

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