#699843

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

Shades of Dingley #699843

Tints of Dingley #699843

Color information

#699843 (or 0x699843) is unknown color: approx Dingley. HEX triplet: 69, 98 and 43. RGB value is (105,152,67). Sum of RGB (Red+Green+Blue) = 105+152+67=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #699843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699843 is #9667BC. Grayscale: #808080. Windows color (decimal): -9856957 or 4429929. OLE color: 4429929.

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

Color convert

RGB10515267-
CMYK0.3100.560.40
HSL93.18º38.81%42.94%-
HSV(B)93.18º55.92%59.61%-
XYZ18.0725.869.35-
YUV128.2693.43111.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 67 (26.56% from 255) = 20.68%
R=32.41%
G=46.91%
B=20.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152670.3100.560.4093.1838.8142.94
Hex6998431F038285d272b
Octal15123010337070501354753
Binary11010011001100010000111111101110001010001011101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699843; }

 p { color: rgb(105,152,67); }

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

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

 a { background-color: rgb(105,152,67); }

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

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

 span { border-color: rgb(105,152,67); }

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