#748F0C

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

Shades of Olive Drab #748F0C

Tints of Olive Drab #748F0C

Color information

#748F0C (or 0x748F0C) is unknown color: approx Olive Drab. HEX triplet: 74, 8F and 0C. RGB value is (116,143,12). Sum of RGB (Red+Green+Blue) = 116+143+12=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 143 (56.25% from 255 or 52.77% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 143 - color contains mainly: green. Hex color #748F0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #748F0C is #8B70F3. Grayscale: #787878. Windows color (decimal): -9138420 or 823156. OLE color: 823156.

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

Color convert

RGB11614312-
CMYK0.1900.920.44
HSL72.37º84.52%30.39%-
HSV(B)72.37º91.61%56.08%-
XYZ17.0923.383.96-
YUV119.9967.05125.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 143 (56.25% from 255) = 52.77%
BLUE value IS 12 (5.08% from 255) = 4.43%
R=42.80%
G=52.77%
B=4.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116143120.1900.920.4472.3784.5230.39
Hex748FC1305C2C48551e
Octal164217142301345411012536
Binary111010010001111110010011010111001011001001000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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