Html Css Color HEX #756D13 Olivetone

📋 copy color: '#756D13'

red 117 ◦ green 109 ◦ blue 19

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

Shades of Olivetone #756D13

Tints of Olivetone #756D13

RGB

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

 GREEN value IS 109 (42.97% from 255) = 44.49%

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

R = 47.76%
G = 44.49%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#756D13 (or 0x756D13) is known color: Olivetone. HEX triplet: 75, 6D and 13. RGB value is (117,109,19). Sum of RGB (Red+Green+Blue) = 117+109+19=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 109 (42.97% from 255 or 44.49% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 117 - color contains mainly: red. Hex color #756D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D13 is #8A92EC. Grayscale: #656565. Windows color (decimal): -9081581 or 1273205. OLE color: 1273205.

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

Color convert

RGB 117 109 19 -
CMYK 0 0.07 0.84 0.54
HSL 55.1º 0.72% 0.27% -
HSV(B) 55.1º 0.84% 0.46% -
XYZ 12.92 14.77 2.79 -
YUV 101.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 117 109 19 0 0.07 0.84 0.54 55.1 0.72 0.27
Hex 75 6D 13 0 7 54 36 37 48 1B
Octal 165 155 23 0 7 124 66 67 110 33
Binary 1110101 1101101 10011 0 111 1010100 110110 110111 1001000 11011

Color Harmonies of #756D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D13

Black with #756D13

Text Example


Text Example

White with #756D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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