#748208

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

Shades of Olive #748208

Tints of Olive #748208

Color information

#748208 (or 0x748208) is unknown color: approx Olive. HEX triplet: 74, 82 and 08. RGB value is (116,130,8). Sum of RGB (Red+Green+Blue) = 116+130+8=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #748208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748208 is #8B7DF7. Grayscale: #707070. Windows color (decimal): -9141752 or 557684. OLE color: 557684.

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

Color convert

RGB1161308-
CMYK0.1100.940.49
HSL66.89º88.41%27.06%-
HSV(B)66.89º93.85%50.98%-
XYZ15.2319.73.23-
YUV111.9169.36130.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.67%
GREEN value IS 130 (51.17% from 255) = 51.18%
BLUE value IS 8 (3.52% from 255) = 3.15%
R=45.67%
G=51.18%
B=3.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11613080.1100.940.4966.8988.4127.06
Hex74828B05E3143581b
Octal164202101301366110313033
Binary11101001000001010001011010111101100011000011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748208; }

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

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

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

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

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

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

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

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