#748D05

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

Shades of Olive #748D05

Tints of Olive #748D05

Color information

#748D05 (or 0x748D05) is unknown color: approx Olive. HEX triplet: 74, 8D and 05. RGB value is (116,141,5). Sum of RGB (Red+Green+Blue) = 116+141+5=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 141 (55.47% from 255 or 53.82% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 141 - color contains mainly: green. Hex color #748D05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748D05 is #8B72FA. Grayscale: #767676. Windows color (decimal): -9138939 or 363892. OLE color: 363892.

HSL color Cylindrical-coordinate representation of color #748D05: hue angle of 71.03º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #748D05 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.45.

Color convert

RGB1161415-
CMYK0.1800.960.45
HSL71.03º93.15%28.63%-
HSV(B)71.03º96.45%55.29%-
XYZ16.7522.773.66-
YUV118.0264.22126.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 141 (55.47% from 255) = 53.82%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=44.27%
G=53.82%
B=1.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11614150.1800.960.4571.0393.1528.63
Hex748D5120602D475d1d
Octal16421552201405510713535
Binary11101001000110110110010011000001011011000111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748D05; }

 p { color: rgb(116,141,5); }

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

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

 a { background-color: rgb(116,141,5); }

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

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

 span { border-color: rgb(116,141,5); }

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