#69993f

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

Shades of Limeade #69993F

Tints of Limeade #69993F

Color information

#69993F (or 0x69993F) is unknown color: approx Limeade. HEX triplet: 69, 99 and 3F. RGB value is (105,153,63). Sum of RGB (Red+Green+Blue) = 105+153+63=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 153 - color contains mainly: green. Hex color #69993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69993F is #9666C0. Grayscale: #808080. Windows color (decimal): -9856705 or 4168041. OLE color: 4168041.

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

Color convert

RGB10515363-
CMYK0.3100.590.4
HSL92º41.67%42.35%-
HSV(B)92º58.82%60%-
XYZ18.1126.148.79-
YUV128.3991.1111.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 153 (60.16% from 255) = 47.66%
BLUE value IS 63 (25% from 255) = 19.63%
R=32.71%
G=47.66%
B=19.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153630.3100.590.49241.6742.35
Hex69993F1F03B285c2a2a
Octal1512317737073501345252
Binary1101001100110011111111111101110111010001011100101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69993f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69993f; }

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

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

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

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

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

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

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

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