Html Css Color HEX #747011 Olivetone

📋 copy color: '#747011'

red 116 ◦ green 112 ◦ blue 17

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

Shades of Olivetone #747011

Tints of Olivetone #747011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.71%

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

R = 47.35%
G = 45.71%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#747011 (or 0x747011) is known color: Olivetone. HEX triplet: 74, 70 and 11. RGB value is (116,112,17). Sum of RGB (Red+Green+Blue) = 116+112+17=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #747011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747011 is #8B8FEE. Grayscale: #666666. Windows color (decimal): -9146351 or 1142900. OLE color: 1142900.

HSL color Cylindrical-coordinate representation of color #747011: hue angle of 57.58º 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 #747011 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 17 -
CMYK 0 0.03 0.85 0.55
HSL 57.58º 0.74% 0.26% -
HSV(B) 57.58º 0.85% 0.45% -
XYZ 13.1 15.34 2.8 -
YUV 102.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 116 112 17 0 0.03 0.85 0.55 57.58 0.74 0.26
Hex 74 70 11 0 3 55 37 3A 4A 1A
Octal 164 160 21 0 3 125 67 72 112 32
Binary 1110100 1110000 10001 0 11 1010101 110111 111010 1001010 11010

Color Harmonies of #747011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747011

Black with #747011

Text Example


Text Example

White with #747011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747011; }

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

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

background-color css

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

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

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

border-color css

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

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

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