#679407

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

Shades of Olive Drab #679407

Tints of Olive Drab #679407

Color information

#679407 (or 0x679407) is unknown color: approx Olive Drab. HEX triplet: 67, 94 and 07. RGB value is (103,148,7). Sum of RGB (Red+Green+Blue) = 103+148+7=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #679407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679407 is #986BF8. Grayscale: #767676. Windows color (decimal): -9989113 or 496743. OLE color: 496743.

HSL color Cylindrical-coordinate representation of color #679407: hue angle of 79.15º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #679407 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB1031487-
CMYK0.3000.950.42
HSL79.15º90.97%30.39%-
HSV(B)79.15º95.27%58.04%-
XYZ16.2224.083.99-
YUV118.4765.09116.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.92%
GREEN value IS 148 (58.20% from 255) = 57.36%
BLUE value IS 7 (3.12% from 255) = 2.71%
R=39.92%
G=57.36%
B=2.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10314870.3000.950.4279.1590.9730.39
Hex679471E05F2A4f5b1e
Octal14722473601375211713336
Binary11001111001010011111110010111111010101001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679407; }

 p { color: rgb(103,148,7); }

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

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

 a { background-color: rgb(103,148,7); }

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

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

 span { border-color: rgb(103,148,7); }

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