#699647

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

Shades of Dingley #699647

Tints of Dingley #699647

Color information

#699647 (or 0x699647) is unknown color: approx Dingley. HEX triplet: 69, 96 and 47. RGB value is (105,150,71). Sum of RGB (Red+Green+Blue) = 105+150+71=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #699647 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699647 is #9669B8. Grayscale: #7F7F7F. Windows color (decimal): -9857465 or 4691561. OLE color: 4691561.

HSL color Cylindrical-coordinate representation of color #699647: hue angle of 94.18º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #699647 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB10515071-
CMYK0.3000.530.41
HSL94.18º35.75%43.33%-
HSV(B)94.18º52.67%58.82%-
XYZ17.8725.279.9-
YUV127.5496.09111.92-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 150 (58.98% from 255) = 46.01%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=32.21%
G=46.01%
B=21.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105150710.3000.530.4194.1835.7543.33
Hex6996471E035295e242b
Octal15122610736065511364453
Binary11010011001011010001111111001101011010011011110100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699647; }

 p { color: rgb(105,150,71); }

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

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

 a { background-color: rgb(105,150,71); }

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

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

 span { border-color: rgb(105,150,71); }

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