Html Css Color HEX #746F10 Olivetone

📋 copy color: '#746F10'

red 116 ◦ green 111 ◦ blue 16

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

Shades of Olivetone #746F10

Tints of Olivetone #746F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.68%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 47.74%
G = 45.68%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#746F10 (or 0x746F10) is known color: Olivetone. HEX triplet: 74, 6F and 10. RGB value is (116,111,16). Sum of RGB (Red+Green+Blue) = 116+111+16=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #746F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746F10 is #8B90EF. Grayscale: #666666. Windows color (decimal): -9146608 or 1077108. OLE color: 1077108.

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

Color convert

RGB 116 111 16 -
CMYK 0 0.04 0.86 0.55
HSL 57º 0.76% 0.26% -
HSV(B) 57º 0.86% 0.45% -
XYZ 12.98 15.12 2.72 -
YUV 101.67 79.66 138.22 -
System Red Green Blue C M Y K H S L
Decimal 116 111 16 0 0.04 0.86 0.55 57 0.76 0.26
Hex 74 6F 10 0 4 56 37 39 4C 1A
Octal 164 157 20 0 4 126 67 71 114 32
Binary 1110100 1101111 10000 0 100 1010110 110111 111001 1001100 11010

Color Harmonies of #746F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F10

Black with #746F10

Text Example


Text Example

White with #746F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,111,16); }

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

background-color css

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

 a { background-color: rgb(116,111,16); }

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

border-color css

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

 span { border-color: rgb(116,111,16); }

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