#609B3B

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

Shades of Limeade #609B3B

Tints of Limeade #609B3B

Color information

#609B3B (or 0x609B3B) is unknown color: approx Limeade. HEX triplet: 60, 9B and 3B. RGB value is (96,155,59). Sum of RGB (Red+Green+Blue) = 96+155+59=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #609B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B3B is #9F64C4. Grayscale: #7E7E7E. Windows color (decimal): -10446021 or 3906400. OLE color: 3906400.

HSL color Cylindrical-coordinate representation of color #609B3B: hue angle of 96.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #609B3B is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB9615559-
CMYK0.3800.620.39
HSL96.88º44.86%41.96%-
HSV(B)96.88º61.94%60.78%-
XYZ17.3326.258.29-
YUV126.4289.95106.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 155 (60.94% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 19.03%
R=30.97%
G=50%
B=19.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96155590.3800.620.3996.8844.8641.96
Hex609B3B2603E27612d2a
Octal1402337346076471415552
Binary11000001001101111101110011001111101001111100001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609B3B; }

 p { color: rgb(96,155,59); }

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

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

 a { background-color: rgb(96,155,59); }

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

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

 span { border-color: rgb(96,155,59); }

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