#748F26

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

Shades of Olive Drab #748F26

Tints of Olive Drab #748F26

Color information

#748F26 (or 0x748F26) is unknown color: approx Olive Drab. HEX triplet: 74, 8F and 26. RGB value is (116,143,38). Sum of RGB (Red+Green+Blue) = 116+143+38=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 143 - color contains mainly: green. Hex color #748F26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748F26 is #8B70D9. Grayscale: #7B7B7B. Windows color (decimal): -9138394 or 2527092. OLE color: 2527092.

HSL color Cylindrical-coordinate representation of color #748F26: hue angle of 75.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #748F26 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB11614338-
CMYK0.1900.730.44
HSL75.43º58.01%35.49%-
HSV(B)75.43º73.43%56.08%-
XYZ17.3723.55.45-
YUV122.9680.05123.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 143 (56.25% from 255) = 48.15%
BLUE value IS 38 (15.23% from 255) = 12.79%
R=39.06%
G=48.15%
B=12.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116143380.1900.730.4475.4358.0135.49
Hex748F26130492C4b3a23
Octal16421746230111541137243
Binary11101001000111110011010011010010011011001001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,143,38); }

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

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

 a { background-color: rgb(116,143,38); }

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

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

 span { border-color: rgb(116,143,38); }

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