Html Css Color HEX #6A8C5A Glade Green

📋 copy color: '#6A8C5A'

red 106 ◦ green 140 ◦ blue 90

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

Shades of Glade Green #6A8C5A

Tints of Glade Green #6A8C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.67%

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 31.55%
G = 41.67%
B = 26.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#6A8C5A (or 0x6A8C5A) is known color: Glade Green. HEX triplet: 6A, 8C and 5A. RGB value is (106,140,90). Sum of RGB (Red+Green+Blue) = 106+140+90=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 140 (55.08% from 255 or 41.67% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 140 - color contains mainly: green. Hex color #6A8C5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8C5A is #9573A5. Grayscale: #7C7C7C. Windows color (decimal): -9794470 or 5934186. OLE color: 5934186.

HSL color Cylindrical-coordinate representation of color #6A8C5A: hue angle of 100.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6A8C5A is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 140 90 -
CMYK 0.24 0 0.36 0.45
HSL 100.8º 0.22% 0.45% -
HSV(B) 100.8º 0.36% 0.55% -
XYZ 17.17 22.56 13.12 -
YUV 124.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 106 140 90 0.24 0 0.36 0.45 100.8 0.22 0.45
Hex 6A 8C 5A 18 0 24 2D 65 16 2D
Octal 152 214 132 30 0 44 55 145 26 55
Binary 1101010 10001100 1011010 11000 0 100100 101101 1100101 10110 101101

Color Harmonies of #6A8C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8C5A

Black with #6A8C5A

Text Example


Text Example

White with #6A8C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,140,90); }

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

background-color css

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

 a { background-color: rgb(106,140,90); }

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

border-color css

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

 span { border-color: rgb(106,140,90); }

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