#748708

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

Shades of Olive #748708

Tints of Olive #748708

Color information

#748708 (or 0x748708) is unknown color: approx Olive. HEX triplet: 74, 87 and 08. RGB value is (116,135,8). Sum of RGB (Red+Green+Blue) = 116+135+8=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 135 (53.12% from 255 or 52.12% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 135 - color contains mainly: green. Hex color #748708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748708 is #8B78F7. Grayscale: #737373. Windows color (decimal): -9140472 or 558964. OLE color: 558964.

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

Color convert

RGB1161358-
CMYK0.1400.940.47
HSL68.98º88.81%28.04%-
HSV(B)68.98º94.07%52.94%-
XYZ15.9121.063.46-
YUV114.8467.71128.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 135 (53.12% from 255) = 52.12%
BLUE value IS 8 (3.52% from 255) = 3.09%
R=44.79%
G=52.12%
B=3.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11613580.1400.940.4768.9888.8128.04
Hex74878E05E2F45591c
Octal164207101601365710513134
Binary11101001000011110001110010111101011111000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748708; }

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

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

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

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

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

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

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

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