#748806

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

Shades of Olive #748806

Tints of Olive #748806

Color information

#748806 (or 0x748806) is unknown color: approx Olive. HEX triplet: 74, 88 and 06. RGB value is (116,136,6). Sum of RGB (Red+Green+Blue) = 116+136+6=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #748806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748806 is #8B77F9. Grayscale: #737373. Windows color (decimal): -9140218 or 428148. OLE color: 428148.

HSL color Cylindrical-coordinate representation of color #748806: hue angle of 69.23º degrees, saturation: 0.92, 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 #748806 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1161366-
CMYK0.1500.960.47
HSL69.23º91.55%27.84%-
HSV(B)69.23º95.59%53.33%-
XYZ16.0421.333.44-
YUV115.266.37128.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.96%
GREEN value IS 136 (53.52% from 255) = 52.71%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=44.96%
G=52.71%
B=2.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11613660.1500.960.4769.2391.5527.84
Hex74886F0602F455c1c
Octal16421061701405710513434
Binary1110100100010001101111011000001011111000101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748806; }

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

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

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

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

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

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

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

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