Html Css Color HEX #756B10 Olivetone

📋 copy color: '#756B10'

red 117 ◦ green 107 ◦ blue 16

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

Shades of Olivetone #756B10

Tints of Olivetone #756B10

RGB

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

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

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

R = 48.75%
G = 44.58%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#756B10 (or 0x756B10) is known color: Olivetone. HEX triplet: 75, 6B and 10. RGB value is (117,107,16). Sum of RGB (Red+Green+Blue) = 117+107+16=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #756B10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756B10 is #8A94EF. Grayscale: #636363. Windows color (decimal): -9082096 or 1076085. OLE color: 1076085.

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

Color convert

RGB 117 107 16 -
CMYK 0 0.09 0.86 0.54
HSL 54.06º 0.76% 0.26% -
HSV(B) 54.06º 0.86% 0.46% -
XYZ 12.69 14.33 2.59 -
YUV 99.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 117 107 16 0 0.09 0.86 0.54 54.06 0.76 0.26
Hex 75 6B 10 0 9 56 36 36 4C 1A
Octal 165 153 20 0 11 126 66 66 114 32
Binary 1110101 1101011 10000 0 1001 1010110 110110 110110 1001100 11010

Color Harmonies of #756B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756B10

Black with #756B10

Text Example


Text Example

White with #756B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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