Html Css Color HEX #6A8655 Glade Green

📋 copy color: '#6A8655'

red 106 ◦ green 134 ◦ blue 85

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

Shades of Glade Green #6A8655

Tints of Glade Green #6A8655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

 BLUE value IS 85 (33.59% from 255) = 26.15%

R = 32.62%
G = 41.23%
B = 26.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#6A8655 (or 0x6A8655) is known color: Glade Green. HEX triplet: 6A, 86 and 55. RGB value is (106,134,85). Sum of RGB (Red+Green+Blue) = 106+134+85=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8655 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8655 is #9579AA. Grayscale: #787878. Windows color (decimal): -9796011 or 5604970. OLE color: 5604970.

HSL color Cylindrical-coordinate representation of color #6A8655: hue angle of 94.29º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6A8655 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 106 134 85 -
CMYK 0.21 0 0.37 0.47
HSL 94.29º 0.22% 0.43% -
HSV(B) 94.29º 0.37% 0.53% -
XYZ 16.11 20.77 11.75 -
YUV 120.04 108.22 117.98 -
System Red Green Blue C M Y K H S L
Decimal 106 134 85 0.21 0 0.37 0.47 94.29 0.22 0.43
Hex 6A 86 55 15 0 25 2F 5E 16 2B
Octal 152 206 125 25 0 45 57 136 26 53
Binary 1101010 10000110 1010101 10101 0 100101 101111 1011110 10110 101011

Color Harmonies of #6A8655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8655

Black with #6A8655

Text Example


Text Example

White with #6A8655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,134,85); }

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

background-color css

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

 a { background-color: rgb(106,134,85); }

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

border-color css

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

 span { border-color: rgb(106,134,85); }

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