#699838

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

Shades of Limeade #699838

Tints of Limeade #699838

Color information

#699838 (or 0x699838) is unknown color: approx Limeade. HEX triplet: 69, 98 and 38. RGB value is (105,152,56). Sum of RGB (Red+Green+Blue) = 105+152+56=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #699838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699838 is #9667C7. Grayscale: #7F7F7F. Windows color (decimal): -9856968 or 3709033. OLE color: 3709033.

HSL color Cylindrical-coordinate representation of color #699838: hue angle of 89.38º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #699838 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB10515256-
CMYK0.3100.630.40
HSL89.38º46.15%40.78%-
HSV(B)89.38º63.16%59.61%-
XYZ17.7725.757.77-
YUV12787.93112.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 152 (59.77% from 255) = 48.56%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=33.55%
G=48.56%
B=17.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152560.3100.630.4089.3846.1540.78
Hex6998381F03F28592e29
Octal1512307037077501315651
Binary1101001100110001110001111101111111010001011001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699838; }

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

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

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

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

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

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

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

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