#679124

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

Shades of Olive Drab #679124

Tints of Olive Drab #679124

Color information

#679124 (or 0x679124) is unknown color: approx Olive Drab. HEX triplet: 67, 91 and 24. RGB value is (103,145,36). Sum of RGB (Red+Green+Blue) = 103+145+36=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #679124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679124 is #986EDB. Grayscale: #787878. Windows color (decimal): -9989852 or 2396519. OLE color: 2396519.

HSL color Cylindrical-coordinate representation of color #679124: hue angle of 83.12º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #679124 is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB10314536-
CMYK0.2900.750.43
HSL83.12º60.22%35.49%-
HSV(B)83.12º75.17%56.86%-
XYZ16.0423.265.31-
YUV120.0280.59115.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.27%
GREEN value IS 145 (57.03% from 255) = 51.06%
BLUE value IS 36 (14.45% from 255) = 12.68%
R=36.27%
G=51.06%
B=12.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103145360.2900.750.4383.1260.2235.49
Hex6791241D04B2B533c23
Octal14722144350113531237443
Binary11001111001000110010011101010010111010111010011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679124; }

 p { color: rgb(103,145,36); }

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

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

 a { background-color: rgb(103,145,36); }

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

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

 span { border-color: rgb(103,145,36); }

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