#748106

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

Shades of Olive #748106

Tints of Olive #748106

Color information

#748106 (or 0x748106) is unknown color: approx Olive. HEX triplet: 74, 81 and 06. RGB value is (116,129,6). Sum of RGB (Red+Green+Blue) = 116+129+6=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 129 (50.78% from 255 or 51.39% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 129 - color contains mainly: green. Hex color #748106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748106 is #8B7EF9. Grayscale: #6F6F6F. Windows color (decimal): -9142010 or 426356. OLE color: 426356.

HSL color Cylindrical-coordinate representation of color #748106: hue angle of 66.34º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #748106 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1161296-
CMYK0.1000.950.49
HSL66.34º91.11%26.47%-
HSV(B)66.34º95.35%50.59%-
XYZ15.0919.433.13-
YUV111.0968.69131.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 129 (50.78% from 255) = 51.39%
BLUE value IS 6 (2.73% from 255) = 2.39%
R=46.22%
G=51.39%
B=2.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11612960.1000.950.4966.3491.1126.47
Hex74816A05F31425b1a
Octal16420161201376110213332
Binary1110100100000011101010010111111100011000010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748106; }

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

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

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

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

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

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

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

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