Html Css Color HEX #756C12 Olivetone

📋 copy color: '#756C12'

red 117 ◦ green 108 ◦ blue 18

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

Shades of Olivetone #756C12

Tints of Olivetone #756C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 48.15%
G = 44.44%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#756C12 (or 0x756C12) is known color: Olivetone. HEX triplet: 75, 6C and 12. RGB value is (117,108,18). Sum of RGB (Red+Green+Blue) = 117+108+18=243 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.15% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 117 - color contains mainly: red. Hex color #756C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756C12 is #8A93ED. Grayscale: #646464. Windows color (decimal): -9081838 or 1207413. OLE color: 1207413.

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

Color convert

RGB 117 108 18 -
CMYK 0 0.08 0.85 0.54
HSL 54.55º 0.73% 0.26% -
HSV(B) 54.55º 0.85% 0.46% -
XYZ 12.81 14.55 2.71 -
YUV 100.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 117 108 18 0 0.08 0.85 0.54 54.55 0.73 0.26
Hex 75 6C 12 0 8 55 36 37 49 1A
Octal 165 154 22 0 10 125 66 67 111 32
Binary 1110101 1101100 10010 0 1000 1010101 110110 110111 1001001 11010

Color Harmonies of #756C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756C12

Black with #756C12

Text Example


Text Example

White with #756C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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