#748C0F

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

Shades of Olive Drab #748C0F

Tints of Olive Drab #748C0F

Color information

#748C0F (or 0x748C0F) is unknown color: approx Olive Drab. HEX triplet: 74, 8C and 0F. RGB value is (116,140,15). Sum of RGB (Red+Green+Blue) = 116+140+15=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 140 (55.08% from 255 or 51.66% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 140 - color contains mainly: green. Hex color #748C0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748C0F is #8B73F0. Grayscale: #777777. Windows color (decimal): -9139185 or 1018996. OLE color: 1018996.

HSL color Cylindrical-coordinate representation of color #748C0F: hue angle of 71.52º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #748C0F is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB11614015-
CMYK0.1700.890.45
HSL71.52º80.65%30.39%-
HSV(B)71.52º89.29%54.9%-
XYZ16.6722.53.92-
YUV118.5769.55126.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 140 (55.08% from 255) = 51.66%
BLUE value IS 15 (6.25% from 255) = 5.54%
R=42.80%
G=51.66%
B=5.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal116140150.1700.890.4571.5280.6530.39
Hex748CF110592D48511e
Octal164214172101315511012136
Binary111010010001100111110001010110011011011001000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,140,15); }

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

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

 a { background-color: rgb(116,140,15); }

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

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

 span { border-color: rgb(116,140,15); }

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