#679106

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

Shades of Olive Drab #679106

Tints of Olive Drab #679106

Color information

#679106 (or 0x679106) is unknown color: approx Olive Drab. HEX triplet: 67, 91 and 06. RGB value is (103,145,6). Sum of RGB (Red+Green+Blue) = 103+145+6=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #679106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679106 is #986EF9. Grayscale: #757575. Windows color (decimal): -9989882 or 430439. OLE color: 430439.

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

Color convert

RGB1031456-
CMYK0.2900.960.43
HSL78.13º92.05%29.61%-
HSV(B)78.13º95.86%56.86%-
XYZ15.7523.153.81-
YUV116.665.59118.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.55%
GREEN value IS 145 (57.03% from 255) = 57.09%
BLUE value IS 6 (2.73% from 255) = 2.36%
R=40.55%
G=57.09%
B=2.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10314560.2900.960.4378.1392.0529.61
Hex679161D0602B4e5c1e
Octal14722163501405311613436
Binary11001111001000111011101011000001010111001110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679106; }

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

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

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

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

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

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

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

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