Html Css Color HEX #6A944C Glade Green

📋 copy color: '#6A944C'

red 106 ◦ green 148 ◦ blue 76

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

Shades of Glade Green #6A944C

Tints of Glade Green #6A944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 32.12%
G = 44.85%
B = 23.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#6A944C (or 0x6A944C) is known color: Glade Green. HEX triplet: 6A, 94 and 4C. RGB value is (106,148,76). Sum of RGB (Red+Green+Blue) = 106+148+76=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 148 (58.20% from 255 or 44.85% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 148 - color contains mainly: green. Hex color #6A944C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A944C is #956BB3. Grayscale: #7F7F7F. Windows color (decimal): -9792436 or 5018730. OLE color: 5018730.

HSL color Cylindrical-coordinate representation of color #6A944C: hue angle of 95º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A944C is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 148 76 -
CMYK 0.28 0 0.49 0.42
HSL 95º 0.32% 0.44% -
HSV(B) 95º 0.49% 0.58% -
XYZ 17.84 24.77 10.68 -
YUV 127.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 106 148 76 0.28 0 0.49 0.42 95 0.32 0.44
Hex 6A 94 4C 1C 0 31 2A 5F 20 2C
Octal 152 224 114 34 0 61 52 137 40 54
Binary 1101010 10010100 1001100 11100 0 110001 101010 1011111 100000 101100

Color Harmonies of #6A944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A944C

Black with #6A944C

Text Example


Text Example

White with #6A944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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