#748706

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

Shades of Olive #748706

Tints of Olive #748706

Color information

#748706 (or 0x748706) is unknown color: approx Olive. HEX triplet: 74, 87 and 06. RGB value is (116,135,6). Sum of RGB (Red+Green+Blue) = 116+135+6=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #748706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748706 is #8B78F9. Grayscale: #737373. Windows color (decimal): -9140474 or 427892. OLE color: 427892.

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

Color convert

RGB1161356-
CMYK0.1400.960.47
HSL68.84º91.49%27.65%-
HSV(B)68.84º95.56%52.94%-
XYZ15.921.053.4-
YUV114.6166.71128.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 135 (53.12% from 255) = 52.53%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=45.14%
G=52.53%
B=2.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11613560.1400.960.4768.8491.4927.65
Hex74876E0602F455b1c
Octal16420761601405710513334
Binary1110100100001111101110011000001011111000101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748706; }

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

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

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

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

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

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

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

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