Html Css Color HEX #6A914C Glade Green

📋 copy color: '#6A914C'

red 106 ◦ green 145 ◦ blue 76

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

Shades of Glade Green #6A914C

Tints of Glade Green #6A914C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.34%

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

R = 32.42%
G = 44.34%
B = 23.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#6A914C (or 0x6A914C) is known color: Glade Green. HEX triplet: 6A, 91 and 4C. RGB value is (106,145,76). Sum of RGB (Red+Green+Blue) = 106+145+76=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 76 (30.08% from 255 or 23.24% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #6A914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A914C is #956EB3. Grayscale: #7D7D7D. Windows color (decimal): -9793204 or 5017962. OLE color: 5017962.

HSL color Cylindrical-coordinate representation of color #6A914C: hue angle of 93.91º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A914C is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 145 76 -
CMYK 0.27 0 0.48 0.43
HSL 93.91º 0.31% 0.43% -
HSV(B) 93.91º 0.48% 0.57% -
XYZ 17.37 23.84 10.52 -
YUV 125.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 106 145 76 0.27 0 0.48 0.43 93.91 0.31 0.43
Hex 6A 91 4C 1B 0 30 2B 5E 1F 2B
Octal 152 221 114 33 0 60 53 136 37 53
Binary 1101010 10010001 1001100 11011 0 110000 101011 1011110 11111 101011

Color Harmonies of #6A914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A914C

Black with #6A914C

Text Example


Text Example

White with #6A914C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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