#61984B

Color #61984B Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #61984B

Tints of Glade Green #61984B

Color information

#61984B (or 0x61984B) is unknown color: approx Glade Green. HEX triplet: 61, 98 and 4B. RGB value is (97,152,75). Sum of RGB (Red+Green+Blue) = 97+152+75=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #61984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61984B is #9E67B4. Grayscale: #7F7F7F. Windows color (decimal): -10381237 or 4954209. OLE color: 4954209.

HSL color Cylindrical-coordinate representation of color #61984B: hue angle of 102.86º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61984B is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB9715275-
CMYK0.3600.510.40
HSL102.86º33.92%44.51%-
HSV(B)102.86º50.66%59.61%-
XYZ17.4325.5110.66-
YUV126.7898.78106.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 75 (29.69% from 255) = 23.15%
R=29.94%
G=46.91%
B=23.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97152750.3600.510.40102.8633.9244.51
Hex61984B240332867222d
Octal14123011344063501474255
Binary110000110011000100101110010001100111010001100111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61984B; }

 p { color: rgb(97,152,75); }

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

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

 a { background-color: rgb(97,152,75); }

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

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

 span { border-color: rgb(97,152,75); }

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