Html Css Color HEX #746B11 Olivetone

📋 copy color: '#746B11'

red 116 ◦ green 107 ◦ blue 17

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

Shades of Olivetone #746B11

Tints of Olivetone #746B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.08%

R = 48.33%
G = 44.58%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#746B11 (or 0x746B11) is known color: Olivetone. HEX triplet: 74, 6B and 11. RGB value is (116,107,17). Sum of RGB (Red+Green+Blue) = 116+107+17=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 116 - color contains mainly: red. Hex color #746B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746B11 is #8B94EE. Grayscale: #636363. Windows color (decimal): -9147631 or 1141620. OLE color: 1141620.

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

Color convert

RGB 116 107 17 -
CMYK 0 0.08 0.85 0.55
HSL 54.55º 0.74% 0.26% -
HSV(B) 54.55º 0.85% 0.45% -
XYZ 12.56 14.27 2.62 -
YUV 99.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 116 107 17 0 0.08 0.85 0.55 54.55 0.74 0.26
Hex 74 6B 11 0 8 55 37 37 4A 1A
Octal 164 153 21 0 10 125 67 67 112 32
Binary 1110100 1101011 10001 0 1000 1010101 110111 110111 1001010 11010

Color Harmonies of #746B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B11

Black with #746B11

Text Example


Text Example

White with #746B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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