#748606

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

Shades of Olive #748606

Tints of Olive #748606

Color information

#748606 (or 0x748606) is unknown color: approx Olive. HEX triplet: 74, 86 and 06. RGB value is (116,134,6). Sum of RGB (Red+Green+Blue) = 116+134+6=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #748606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748606 is #8B79F9. Grayscale: #727272. Windows color (decimal): -9140730 or 427636. OLE color: 427636.

HSL color Cylindrical-coordinate representation of color #748606: hue angle of 68.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #748606 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1161346-
CMYK0.1300.960.47
HSL68.44º91.43%27.45%-
HSV(B)68.44º95.52%52.55%-
XYZ15.7620.783.35-
YUV114.0367.04129.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 134 (52.73% from 255) = 52.34%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=45.31%
G=52.34%
B=2.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11613460.1300.960.4768.4491.4327.45
Hex74866D0602F445b1b
Octal16420661501405710413333
Binary1110100100001101101101011000001011111000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748606; }

 p { color: rgb(116,134,6); }

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

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

 a { background-color: rgb(116,134,6); }

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

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

 span { border-color: rgb(116,134,6); }

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