#748103

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

Shades of Olive #748103

Tints of Olive #748103

Color information

#748103 (or 0x748103) is unknown color: approx Olive. HEX triplet: 74, 81 and 03. RGB value is (116,129,3). Sum of RGB (Red+Green+Blue) = 116+129+3=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #748103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748103 is #8B7EFC. Grayscale: #6F6F6F. Windows color (decimal): -9142013 or 229748. OLE color: 229748.

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

Color convert

RGB1161293-
CMYK0.1000.980.49
HSL66.19º95.45%25.88%-
HSV(B)66.19º97.67%50.59%-
XYZ15.0719.423.04-
YUV110.7567.19131.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 129 (50.78% from 255) = 52.02%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=46.77%
G=52.02%
B=1.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11612930.1000.980.4966.1995.4525.88
Hex74813A06231425f1a
Octal16420131201426110213732
Binary111010010000001111010011000101100011000010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748103; }

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

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

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

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

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

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

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

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