Html Css Color HEX #756C10 Olivetone

📋 copy color: '#756C10'

red 117 ◦ green 108 ◦ blue 16

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

Shades of Olivetone #756C10

Tints of Olivetone #756C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 48.55%
G = 44.81%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#756C10 (or 0x756C10) is known color: Olivetone. HEX triplet: 75, 6C and 10. RGB value is (117,108,16). Sum of RGB (Red+Green+Blue) = 117+108+16=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #756C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C10 is #8A93EF. Grayscale: #646464. Windows color (decimal): -9081840 or 1076341. OLE color: 1076341.

HSL color Cylindrical-coordinate representation of color #756C10: hue angle of 54.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #756C10 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 108 16 -
CMYK 0 0.08 0.86 0.54
HSL 54.65º 0.76% 0.26% -
HSV(B) 54.65º 0.86% 0.46% -
XYZ 12.79 14.54 2.62 -
YUV 100.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 117 108 16 0 0.08 0.86 0.54 54.65 0.76 0.26
Hex 75 6C 10 0 8 56 36 37 4C 1A
Octal 165 154 20 0 10 126 66 67 114 32
Binary 1110101 1101100 10000 0 1000 1010110 110110 110111 1001100 11010

Color Harmonies of #756C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C10

Black with #756C10

Text Example


Text Example

White with #756C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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