Html Css Color HEX #756C13 Olivetone

📋 copy color: '#756C13'

red 117 ◦ green 108 ◦ blue 19

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

Shades of Olivetone #756C13

Tints of Olivetone #756C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.26%

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

R = 47.95%
G = 44.26%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#756C13 (or 0x756C13) is known color: Olivetone. HEX triplet: 75, 6C and 13. RGB value is (117,108,19). Sum of RGB (Red+Green+Blue) = 117+108+19=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #756C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C13 is #8A93EC. Grayscale: #646464. Windows color (decimal): -9081837 or 1272949. OLE color: 1272949.

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

Color convert

RGB 117 108 19 -
CMYK 0 0.08 0.84 0.54
HSL 54.49º 0.72% 0.27% -
HSV(B) 54.49º 0.84% 0.46% -
XYZ 12.82 14.55 2.75 -
YUV 100.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 117 108 19 0 0.08 0.84 0.54 54.49 0.72 0.27
Hex 75 6C 13 0 8 54 36 36 48 1B
Octal 165 154 23 0 10 124 66 66 110 33
Binary 1110101 1101100 10011 0 1000 1010100 110110 110110 1001000 11011

Color Harmonies of #756C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C13

Black with #756C13

Text Example


Text Example

White with #756C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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