Html Css Color HEX #746E12 Olivetone

📋 copy color: '#746E12'

red 116 ◦ green 110 ◦ blue 18

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

Shades of Olivetone #746E12

Tints of Olivetone #746E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.08%

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

R = 47.54%
G = 45.08%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746E12 (or 0x746E12) is known color: Olivetone. HEX triplet: 74, 6E and 12. RGB value is (116,110,18). Sum of RGB (Red+Green+Blue) = 116+110+18=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 110 (43.36% from 255 or 45.08% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #746E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E12 is #8B91ED. Grayscale: #656565. Windows color (decimal): -9146862 or 1207924. OLE color: 1207924.

HSL color Cylindrical-coordinate representation of color #746E12: hue angle of 56.33º 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 #746E12 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 110 18 -
CMYK 0 0.05 0.84 0.55
HSL 56.33º 0.73% 0.26% -
HSV(B) 56.33º 0.84% 0.45% -
XYZ 12.89 14.91 2.77 -
YUV 101.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 116 110 18 0 0.05 0.84 0.55 56.33 0.73 0.26
Hex 74 6E 12 0 5 54 37 38 49 1A
Octal 164 156 22 0 5 124 67 70 111 32
Binary 1110100 1101110 10010 0 101 1010100 110111 111000 1001001 11010

Color Harmonies of #746E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E12

Black with #746E12

Text Example


Text Example

White with #746E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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