#679140

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

Shades of Dingley #679140

Tints of Dingley #679140

Color information

#679140 (or 0x679140) is unknown color: approx Dingley. HEX triplet: 67, 91 and 40. RGB value is (103,145,64). Sum of RGB (Red+Green+Blue) = 103+145+64=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #679140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679140 is #986EBF. Grayscale: #7B7B7B. Windows color (decimal): -9989824 or 4231527. OLE color: 4231527.

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

Color convert

RGB10314564-
CMYK0.2900.560.43
HSL91.11º38.76%40.98%-
HSV(B)91.11º55.86%56.86%-
XYZ16.6423.58.51-
YUV123.2194.59113.59-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.01%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=33.01%
G=46.47%
B=20.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal103145640.2900.560.4391.1138.7640.98
Hex6791401D0382B5b2729
Octal14722110035070531334751
Binary11001111001000110000001110101110001010111011011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679140; }

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

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

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

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

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

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

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

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