#609B3D

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

Shades of Limeade #609B3D

Tints of Limeade #609B3D

Color information

#609B3D (or 0x609B3D) is unknown color: approx Limeade. HEX triplet: 60, 9B and 3D. RGB value is (96,155,61). Sum of RGB (Red+Green+Blue) = 96+155+61=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #609B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609B3D is #9F64C2. Grayscale: #7E7E7E. Windows color (decimal): -10446019 or 4037472. OLE color: 4037472.

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

Color convert

RGB9615561-
CMYK0.3800.610.39
HSL97.66º43.52%42.35%-
HSV(B)97.66º60.65%60.78%-
XYZ17.3926.278.57-
YUV126.6490.95106.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 155 (60.94% from 255) = 49.68%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=30.77%
G=49.68%
B=19.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96155610.3800.610.3997.6643.5242.35
Hex609B3D2603D27622c2a
Octal1402337546075471425452
Binary11000001001101111110110011001111011001111100010101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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