Html Css Color HEX #609B3D Limeade

📋 copy color: '#609B3D'

red 96 ◦ green 155 ◦ blue 61

#609B3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #609B3D

Tints of Limeade #609B3D

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 value IS 0.38

 M value IS 0

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#609B3D (or 0x609B3D) is known color: 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

RGB 96 155 61 -
CMYK 0.38 0 0.61 0.39
HSL 97.66º 0.44% 0.42% -
HSV(B) 97.66º 0.61% 0.61% -
XYZ 17.39 26.27 8.57 -
YUV 126.64 90.95 106.14 -
System Red Green Blue C M Y K H S L
Decimal 96 155 61 0.38 0 0.61 0.39 97.66 0.44 0.42
Hex 60 9B 3D 26 0 3D 27 62 2C 2A
Octal 140 233 75 46 0 75 47 142 54 52
Binary 1100000 10011011 111101 100110 0 111101 100111 1100010 101100 101010

Color Harmonies of #609B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609B3D

Black with #609B3D

Text Example


Text Example

White with #609B3D

Text Example


Text Example

HTML Codes & Css Web 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>