Html Css Color HEX #6A944A Glade Green

📋 copy color: '#6A944A'

red 106 ◦ green 148 ◦ blue 74

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

Shades of Glade Green #6A944A

Tints of Glade Green #6A944A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

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

R = 32.32%
G = 45.12%
B = 22.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#6A944A (or 0x6A944A) is known color: Glade Green. HEX triplet: 6A, 94 and 4A. RGB value is (106,148,74). Sum of RGB (Red+Green+Blue) = 106+148+74=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 148 - color contains mainly: green. Hex color #6A944A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A944A is #956BB5. Grayscale: #7F7F7F. Windows color (decimal): -9792438 or 4887658. OLE color: 4887658.

HSL color Cylindrical-coordinate representation of color #6A944A: hue angle of 94.05º degrees, saturation: 0.33, 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 #6A944A is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 148 74 -
CMYK 0.28 0 0.50 0.42
HSL 94.05º 0.33% 0.44% -
HSV(B) 94.05º 0.5% 0.58% -
XYZ 17.77 24.74 10.32 -
YUV 127.01 98.09 113.02 -
System Red Green Blue C M Y K H S L
Decimal 106 148 74 0.28 0 0.50 0.42 94.05 0.33 0.44
Hex 6A 94 4A 1C 0 32 2A 5E 21 2C
Octal 152 224 112 34 0 62 52 136 41 54
Binary 1101010 10010100 1001010 11100 0 110010 101010 1011110 100001 101100

Color Harmonies of #6A944A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A944A

Black with #6A944A

Text Example


Text Example

White with #6A944A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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