#699F38

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

Shades of Limeade #699F38

Tints of Limeade #699F38

Color information

#699F38 (or 0x699F38) is unknown color: approx Limeade. HEX triplet: 69, 9F and 38. RGB value is (105,159,56). Sum of RGB (Red+Green+Blue) = 105+159+56=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 159 (62.5% from 255 or 49.69% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 159 - color contains mainly: green. Hex color #699F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F38 is #9660C7. Grayscale: #838383. Windows color (decimal): -9855176 or 3710825. OLE color: 3710825.

HSL color Cylindrical-coordinate representation of color #699F38: hue angle of 91.46º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #699F38 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB10515956-
CMYK0.3400.650.38
HSL91.46º47.91%42.16%-
HSV(B)91.46º64.78%62.35%-
XYZ18.9428.098.16-
YUV131.1185.61109.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 159 (62.5% from 255) = 49.69%
BLUE value IS 56 (22.27% from 255) = 17.5%
R=32.81%
G=49.69%
B=17.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105159560.3400.650.3891.4647.9142.16
Hex699F3822041265b302a
Octal15123770420101461336052
Binary110100110011111111000100010010000011001101011011110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,159,56); }

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

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

 a { background-color: rgb(105,159,56); }

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

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

 span { border-color: rgb(105,159,56); }

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