Html Css Color HEX #746B0E Olivetone

📋 copy color: '#746B0E'

red 116 ◦ green 107 ◦ blue 14

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

Shades of Olivetone #746B0E

Tints of Olivetone #746B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.91%

R = 48.95%
G = 45.15%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#746B0E (or 0x746B0E) is known color: Olivetone. HEX triplet: 74, 6B and 0E. RGB value is (116,107,14). Sum of RGB (Red+Green+Blue) = 116+107+14=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 107 (42.19% from 255 or 45.15% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #746B0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746B0E is #8B94F1. Grayscale: #636363. Windows color (decimal): -9147634 or 945012. OLE color: 945012.

HSL color Cylindrical-coordinate representation of color #746B0E: hue angle of 54.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #746B0E is Cyan = 0, Magento = 0.08, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 107 14 -
CMYK 0 0.08 0.88 0.55
HSL 54.71º 0.78% 0.25% -
HSV(B) 54.71º 0.88% 0.45% -
XYZ 12.54 14.26 2.51 -
YUV 99.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 116 107 14 0 0.08 0.88 0.55 54.71 0.78 0.25
Hex 74 6B E 0 8 58 37 37 4E 19
Octal 164 153 16 0 10 130 67 67 116 31
Binary 1110100 1101011 1110 0 1000 1011000 110111 110111 1001110 11001

Color Harmonies of #746B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B0E

Black with #746B0E

Text Example


Text Example

White with #746B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,107,14); }

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

background-color css

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

 a { background-color: rgb(116,107,14); }

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

border-color css

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

 span { border-color: rgb(116,107,14); }

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