#699C27

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

Shades of Limeade #699C27

Tints of Limeade #699C27

Color information

#699C27 (or 0x699C27) is unknown color: approx Limeade. HEX triplet: 69, 9C and 27. RGB value is (105,156,39). Sum of RGB (Red+Green+Blue) = 105+156+39=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #699C27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C27 is #9663D8. Grayscale: #7F7F7F. Windows color (decimal): -9855961 or 2595945. OLE color: 2595945.

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

Color convert

RGB10515639-
CMYK0.3300.750.39
HSL86.15º60%38.24%-
HSV(B)86.15º75%61.18%-
XYZ18.0826.936.16-
YUV127.4178.1112.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 156 (61.33% from 255) = 52%
BLUE value IS 39 (15.62% from 255) = 13%
R=35%
G=52%
B=13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105156390.3300.750.3986.156038.24
Hex699C272104B27563c26
Octal15123447410113471267446
Binary110100110011100100111100001010010111001111010110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,156,39); }

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

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

 a { background-color: rgb(105,156,39); }

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

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

 span { border-color: rgb(105,156,39); }

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