Html Css Color HEX #6A865C Glade Green

📋 copy color: '#6A865C'

red 106 ◦ green 134 ◦ blue 92

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

Shades of Glade Green #6A865C

Tints of Glade Green #6A865C

RGB

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

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

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

R = 31.93%
G = 40.36%
B = 27.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#6A865C (or 0x6A865C) is known color: Glade Green. HEX triplet: 6A, 86 and 5C. RGB value is (106,134,92). Sum of RGB (Red+Green+Blue) = 106+134+92=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 134 - color contains mainly: green. Hex color #6A865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A865C is #9579A3. Grayscale: #787878. Windows color (decimal): -9796004 or 6063722. OLE color: 6063722.

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

Color convert

RGB 106 134 92 -
CMYK 0.21 0 0.31 0.47
HSL 100º 0.19% 0.44% -
HSV(B) 100º 0.31% 0.53% -
XYZ 16.4 20.89 13.29 -
YUV 120.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 106 134 92 0.21 0 0.31 0.47 100 0.19 0.44
Hex 6A 86 5C 15 0 1F 2F 64 13 2C
Octal 152 206 134 25 0 37 57 144 23 54
Binary 1101010 10000110 1011100 10101 0 11111 101111 1100100 10011 101100

Color Harmonies of #6A865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A865C

Black with #6A865C

Text Example


Text Example

White with #6A865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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