Html Css Color HEX #746C12 Olivetone

📋 copy color: '#746C12'

red 116 ◦ green 108 ◦ blue 18

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

Shades of Olivetone #746C12

Tints of Olivetone #746C12

RGB

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

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

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

R = 47.93%
G = 44.63%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#746C12 (or 0x746C12) is known color: Olivetone. HEX triplet: 74, 6C and 12. RGB value is (116,108,18). Sum of RGB (Red+Green+Blue) = 116+108+18=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #746C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C12 is #8B93ED. Grayscale: #646464. Windows color (decimal): -9147374 or 1207412. OLE color: 1207412.

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

Color convert

RGB 116 108 18 -
CMYK 0 0.07 0.84 0.55
HSL 55.1º 0.73% 0.26% -
HSV(B) 55.1º 0.84% 0.45% -
XYZ 12.67 14.48 2.7 -
YUV 100.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 116 108 18 0 0.07 0.84 0.55 55.1 0.73 0.26
Hex 74 6C 12 0 7 54 37 37 49 1A
Octal 164 154 22 0 7 124 67 67 111 32
Binary 1110100 1101100 10010 0 111 1010100 110111 110111 1001001 11010

Color Harmonies of #746C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C12

Black with #746C12

Text Example


Text Example

White with #746C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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