#748700

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

Shades of Olive #748700

Tints of Olive #748700

Color information

#748700 (or 0x748700) is unknown color: approx Olive. HEX triplet: 74, 87 and 00. RGB value is (116,135,0). Sum of RGB (Red+Green+Blue) = 116+135+0=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 135 (53.12% from 255 or 53.78% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 135 - color contains mainly: green. Hex color #748700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748700 is #8B78FF. Grayscale: #727272. Windows color (decimal): -9140480 or 34676. OLE color: 34676.

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

Color convert

RGB1161350-
CMYK0.14010.47
HSL68.44º100%26.47%-
HSV(B)68.44º100%52.94%-
XYZ15.8721.043.23-
YUV113.9363.71129.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 135 (53.12% from 255) = 53.78%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.22%
G=53.78%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11613500.14010.4768.4410026.47
Hex74870E0642F44641a
Octal16420701601445710414432
Binary11101001000011101110011001001011111000100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748700; }

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

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

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

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

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

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

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

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