#748200

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

Shades of Olive #748200

Tints of Olive #748200

Color information

#748200 (or 0x748200) is unknown color: approx Olive. HEX triplet: 74, 82 and 00. RGB value is (116,130,0). Sum of RGB (Red+Green+Blue) = 116+130+0=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #748200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748200 is #8B7DFF. Grayscale: #6F6F6F. Windows color (decimal): -9141760 or 33396. OLE color: 33396.

HSL color Cylindrical-coordinate representation of color #748200: hue angle of 66.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #748200 is Cyan = 0.11, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1161300-
CMYK0.11010.49
HSL66.46º100%25.49%-
HSV(B)66.46º100%50.98%-
XYZ15.1919.683-
YUV110.9965.36131.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.15%
G=52.85%
B=0%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11613000.11010.4966.4610025.49
Hex74820B06431426419
Octal16420201301446110214431
Binary11101001000001001011011001001100011000010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748200; }

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

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

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

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

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

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

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

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