#699B37

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

Shades of Limeade #699B37

Tints of Limeade #699B37

Color information

#699B37 (or 0x699B37) is unknown color: approx Limeade. HEX triplet: 69, 9B and 37. RGB value is (105,155,55). Sum of RGB (Red+Green+Blue) = 105+155+55=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #699B37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B37 is #9664C8. Grayscale: #818181. Windows color (decimal): -9856201 or 3644265. OLE color: 3644265.

HSL color Cylindrical-coordinate representation of color #699B37: hue angle of 90º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #699B37 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB10515555-
CMYK0.3200.650.39
HSL90º47.62%41.18%-
HSV(B)90º64.52%60.78%-
XYZ18.2426.727.81-
YUV128.6586.44111.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 55 (21.88% from 255) = 17.46%
R=33.33%
G=49.21%
B=17.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105155550.3200.650.399047.6241.18
Hex699B3720041275a3029
Octal15123367400101471326051
Binary110100110011011110111100000010000011001111011010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,155,55); }

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

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

 a { background-color: rgb(105,155,55); }

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

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

 span { border-color: rgb(105,155,55); }

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