#699C23

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

Shades of Limeade #699C23

Tints of Limeade #699C23

Color information

#699C23 (or 0x699C23) is unknown color: approx Limeade. HEX triplet: 69, 9C and 23. RGB value is (105,156,35). Sum of RGB (Red+Green+Blue) = 105+156+35=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 35 (14.06% from 255 or 11.82% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #699C23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C23 is #9663DC. Grayscale: #7F7F7F. Windows color (decimal): -9855965 or 2333801. OLE color: 2333801.

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

Color convert

RGB10515635-
CMYK0.3300.780.39
HSL85.29º63.35%37.45%-
HSV(B)85.29º77.56%61.18%-
XYZ18.0226.95.83-
YUV126.9676.1112.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 156 (61.33% from 255) = 52.70%
BLUE value IS 35 (14.06% from 255) = 11.82%
R=35.47%
G=52.70%
B=11.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105156350.3300.780.3985.2963.3537.45
Hex699C232104E27553f25
Octal15123443410116471257745
Binary110100110011100100011100001010011101001111010101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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