Html Css Color HEX #6A954A Glade Green

📋 copy color: '#6A954A'

red 106 ◦ green 149 ◦ blue 74

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

Shades of Glade Green #6A954A

Tints of Glade Green #6A954A

RGB

 RED value IS 106 (41.8% from 255) = 32.22%

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 32.22%
G = 45.29%
B = 22.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#6A954A (or 0x6A954A) is known color: Glade Green. HEX triplet: 6A, 95 and 4A. RGB value is (106,149,74). Sum of RGB (Red+Green+Blue) = 106+149+74=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #6A954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A954A is #956AB5. Grayscale: #7F7F7F. Windows color (decimal): -9792182 or 4887914. OLE color: 4887914.

HSL color Cylindrical-coordinate representation of color #6A954A: hue angle of 94.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A954A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 149 74 -
CMYK 0.29 0 0.50 0.42
HSL 94.4º 0.34% 0.44% -
HSV(B) 94.4º 0.5% 0.58% -
XYZ 17.93 25.05 10.37 -
YUV 127.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 106 149 74 0.29 0 0.50 0.42 94.4 0.34 0.44
Hex 6A 95 4A 1D 0 32 2A 5E 22 2C
Octal 152 225 112 35 0 62 52 136 42 54
Binary 1101010 10010101 1001010 11101 0 110010 101010 1011110 100010 101100

Color Harmonies of #6A954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A954A

Black with #6A954A

Text Example


Text Example

White with #6A954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A954A; }

 p { color: rgb(106,149,74); }

 H1.HeaderClassName
 {
   color: #6A954A;
 }
 .AnyTagClassName
 {
   color: #6A954A;
 }
</style>

background-color css

<style>
 a { background-color: #6A954A; }

 a { background-color: rgb(106,149,74); }

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

border-color css

<style>
 span { border-color: #6A954A; }

 span { border-color: rgb(106,149,74); }

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