#699148

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

Shades of Dingley #699148

Tints of Dingley #699148

Color information

#699148 (or 0x699148) is unknown color: approx Dingley. HEX triplet: 69, 91 and 48. RGB value is (105,145,72). Sum of RGB (Red+Green+Blue) = 105+145+72=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #699148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699148 is #966EB7. Grayscale: #7C7C7C. Windows color (decimal): -9858744 or 4755817. OLE color: 4755817.

HSL color Cylindrical-coordinate representation of color #699148: hue angle of 92.88º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #699148 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB10514572-
CMYK0.2800.500.43
HSL92.88º33.64%42.55%-
HSV(B)92.88º50.34%56.86%-
XYZ17.1223.729.81-
YUV124.7298.25113.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 72 (28.52% from 255) = 22.36%
R=32.61%
G=45.03%
B=22.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105145720.2800.500.4392.8833.6442.55
Hex6991481C0322B5d222b
Octal15122111034062531354253
Binary11010011001000110010001110001100101010111011101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699148; }

 p { color: rgb(105,145,72); }

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

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

 a { background-color: rgb(105,145,72); }

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

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

 span { border-color: rgb(105,145,72); }

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