#746F00

Color #746F00 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #746F00

Tints of Olive #746F00

Color information

#746F00 (or 0x746F00) is unknown color: approx Olive. HEX triplet: 74, 6F and 00. RGB value is (116,111,0). Sum of RGB (Red+Green+Blue) = 116+111+0=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 111 (43.75% from 255 or 48.90% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #746F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746F00 is #8B90FF. Grayscale: #646464. Windows color (decimal): -9146624 or 28532. OLE color: 28532.

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

Color convert

RGB1161110-
CMYK00.0410.55
HSL57.41º100%22.75%-
HSV(B)57.41º100%45.49%-
XYZ12.8915.082.23-
YUV99.8471.66139.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 111 (43.75% from 255) = 48.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.10%
G=48.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116111000.0410.5557.4110022.75
Hex746F0046437396417
Octal164157004144677114427
Binary11101001101111001001100100110111111001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #746F00;
 }
 .AnyTagClassName
 {
   color: #746F00;
 }
</style>
background-color css

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

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

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

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

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

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