Html Css Color HEX #6A885C Glade Green

📋 copy color: '#6A885C'

red 106 ◦ green 136 ◦ blue 92

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

Shades of Glade Green #6A885C

Tints of Glade Green #6A885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.72%

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 31.74%
G = 40.72%
B = 27.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#6A885C (or 0x6A885C) is known color: Glade Green. HEX triplet: 6A, 88 and 5C. RGB value is (106,136,92). Sum of RGB (Red+Green+Blue) = 106+136+92=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #6A885C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A885C is #9577A3. Grayscale: #7A7A7A. Windows color (decimal): -9795492 or 6064234. OLE color: 6064234.

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

Color convert

RGB 106 136 92 -
CMYK 0.22 0 0.32 0.47
HSL 100.91º 0.19% 0.45% -
HSV(B) 100.91º 0.32% 0.53% -
XYZ 16.68 21.45 13.39 -
YUV 122.01 111.06 116.58 -
System Red Green Blue C M Y K H S L
Decimal 106 136 92 0.22 0 0.32 0.47 100.91 0.19 0.45
Hex 6A 88 5C 16 0 20 2F 65 13 2D
Octal 152 210 134 26 0 40 57 145 23 55
Binary 1101010 10001000 1011100 10110 0 100000 101111 1100101 10011 101101

Color Harmonies of #6A885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A885C

Black with #6A885C

Text Example


Text Example

White with #6A885C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,136,92); }

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

background-color css

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

 a { background-color: rgb(106,136,92); }

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

border-color css

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

 span { border-color: rgb(106,136,92); }

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