#699D3D

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

Shades of Limeade #699D3D

Tints of Limeade #699D3D

Color information

#699D3D (or 0x699D3D) is unknown color: approx Limeade. HEX triplet: 69, 9D and 3D. RGB value is (105,157,61). Sum of RGB (Red+Green+Blue) = 105+157+61=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 157 (61.72% from 255 or 48.61% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 157 - color contains mainly: green. Hex color #699D3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D3D is #9662C2. Grayscale: #828282. Windows color (decimal): -9855683 or 4037993. OLE color: 4037993.

HSL color Cylindrical-coordinate representation of color #699D3D: hue angle of 92.5º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #699D3D is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB10515761-
CMYK0.3300.610.38
HSL92.5º44.04%42.75%-
HSV(B)92.5º61.15%61.57%-
XYZ18.7227.458.73-
YUV130.5188.77109.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 157 (61.72% from 255) = 48.61%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=32.51%
G=48.61%
B=18.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105157610.3300.610.3892.544.0442.75
Hex699D3D2103D265c2c2b
Octal1512357541075461345453
Binary11010011001110111110110000101111011001101011100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699D3D; }

 p { color: rgb(105,157,61); }

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

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

 a { background-color: rgb(105,157,61); }

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

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

 span { border-color: rgb(105,157,61); }

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