#699935

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

Shades of Limeade #699935

Tints of Limeade #699935

Color information

#699935 (or 0x699935) is unknown color: approx Limeade. HEX triplet: 69, 99 and 35. RGB value is (105,153,53). Sum of RGB (Red+Green+Blue) = 105+153+53=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #699935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699935 is #9666CA. Grayscale: #7F7F7F. Windows color (decimal): -9856715 or 3512681. OLE color: 3512681.

HSL color Cylindrical-coordinate representation of color #699935: hue angle of 88.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #699935 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB10515353-
CMYK0.3100.650.4
HSL88.8º48.54%40.39%-
HSV(B)88.8º65.36%60%-
XYZ17.8626.047.45-
YUV127.2586.1112.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 153 (60.16% from 255) = 49.20%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=33.76%
G=49.20%
B=17.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153530.3100.650.488.848.5440.39
Hex6999351F04128593128
Octal15123165370101501316150
Binary11010011001100111010111111010000011010001011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699935; }

 p { color: rgb(105,153,53); }

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

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

 a { background-color: rgb(105,153,53); }

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

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

 span { border-color: rgb(105,153,53); }

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