Html Css Color HEX #756D15 Olivetone

📋 copy color: '#756D15'

red 117 ◦ green 109 ◦ blue 21

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

Shades of Olivetone #756D15

Tints of Olivetone #756D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 47.37%
G = 44.13%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#756D15 (or 0x756D15) is known color: Olivetone. HEX triplet: 75, 6D and 15. RGB value is (117,109,21). Sum of RGB (Red+Green+Blue) = 117+109+21=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 109 (42.97% from 255 or 44.13% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #756D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756D15 is #8A92EA. Grayscale: #656565. Windows color (decimal): -9081579 or 1404277. OLE color: 1404277.

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

Color convert

RGB 117 109 21 -
CMYK 0 0.07 0.82 0.54
HSL 55º 0.7% 0.27% -
HSV(B) 55º 0.82% 0.46% -
XYZ 12.94 14.77 2.88 -
YUV 101.36 82.65 139.16 -
System Red Green Blue C M Y K H S L
Decimal 117 109 21 0 0.07 0.82 0.54 55 0.7 0.27
Hex 75 6D 15 0 7 52 36 37 46 1B
Octal 165 155 25 0 7 122 66 67 106 33
Binary 1110101 1101101 10101 0 111 1010010 110110 110111 1000110 11011

Color Harmonies of #756D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756D15

Black with #756D15

Text Example


Text Example

White with #756D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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