Html Css Color HEX #61814E Glade Green

📋 copy color: '#61814E'

red 97 ◦ green 129 ◦ blue 78

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

Shades of Glade Green #61814E

Tints of Glade Green #61814E

RGB

 RED value IS 97 (38.28% from 255) = 31.91%

 GREEN value IS 129 (50.78% from 255) = 42.43%

 BLUE value IS 78 (30.86% from 255) = 25.66%

R = 31.91%
G = 42.43%
B = 25.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#61814E (or 0x61814E) is known color: Glade Green. HEX triplet: 61, 81 and 4E. RGB value is (97,129,78). Sum of RGB (Red+Green+Blue) = 97+129+78=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 129 (50.78% from 255 or 42.43% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 129 - color contains mainly: green. Hex color #61814E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61814E is #9E7EB1. Grayscale: #717171. Windows color (decimal): -10387122 or 5144929. OLE color: 5144929.

HSL color Cylindrical-coordinate representation of color #61814E: hue angle of 97.65º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61814E is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 129 78 -
CMYK 0.25 0 0.40 0.49
HSL 97.65º 0.25% 0.41% -
HSV(B) 97.65º 0.4% 0.51% -
XYZ 14.16 18.79 10.09 -
YUV 113.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 97 129 78 0.25 0 0.40 0.49 97.65 0.25 0.41
Hex 61 81 4E 19 0 28 31 62 19 29
Octal 141 201 116 31 0 50 61 142 31 51
Binary 1100001 10000001 1001110 11001 0 101000 110001 1100010 11001 101001

Color Harmonies of #61814E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61814E

Black with #61814E

Text Example


Text Example

White with #61814E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61814E; }

 p { color: rgb(97,129,78); }

 H1.HeaderClassName
 {
   color: #61814E;
 }
 .AnyTagClassName
 {
   color: #61814E;
 }
</style>

background-color css

<style>
 a { background-color: #61814E; }

 a { background-color: rgb(97,129,78); }

 div.DivClassName
 {
   background-color: #61814E;
 }
 .BgClassName
 {
   background-color: #61814E;
 }
</style>

border-color css

<style>
 span { border-color: #61814E; }

 span { border-color: rgb(97,129,78); }

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