Html Css Color HEX #746A12 Olivetone

📋 copy color: '#746A12'

red 116 ◦ green 106 ◦ blue 18

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

Shades of Olivetone #746A12

Tints of Olivetone #746A12

RGB

 RED value IS 116 (45.7% from 255) = 48.33%

 GREEN value IS 106 (41.8% from 255) = 44.17%

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

R = 48.33%
G = 44.17%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746A12 (or 0x746A12) is known color: Olivetone. HEX triplet: 74, 6A and 12. RGB value is (116,106,18). Sum of RGB (Red+Green+Blue) = 116+106+18=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 106 (41.80% from 255 or 44.17% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A12 is #8B95ED. Grayscale: #636363. Windows color (decimal): -9147886 or 1206900. OLE color: 1206900.

HSL color Cylindrical-coordinate representation of color #746A12: hue angle of 53.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #746A12 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 18 -
CMYK 0 0.09 0.84 0.55
HSL 53.88º 0.73% 0.26% -
HSV(B) 53.88º 0.84% 0.45% -
XYZ 12.47 14.06 2.63 -
YUV 98.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 116 106 18 0 0.09 0.84 0.55 53.88 0.73 0.26
Hex 74 6A 12 0 9 54 37 36 49 1A
Octal 164 152 22 0 11 124 67 66 111 32
Binary 1110100 1101010 10010 0 1001 1010100 110111 110110 1001001 11010

Color Harmonies of #746A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A12

Black with #746A12

Text Example


Text Example

White with #746A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A12; }

 p { color: rgb(116,106,18); }

 H1.HeaderClassName
 {
   color: #746A12;
 }
 .AnyTagClassName
 {
   color: #746A12;
 }
</style>

background-color css

<style>
 a { background-color: #746A12; }

 a { background-color: rgb(116,106,18); }

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

border-color css

<style>
 span { border-color: #746A12; }

 span { border-color: rgb(116,106,18); }

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