Html Css Color HEX #6AA86B Fern

📋 copy color: '#6AA86B'

red 106 ◦ green 168 ◦ blue 107

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

Shades of Fern #6AA86B

Tints of Fern #6AA86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.09%

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 27.82%
G = 44.09%
B = 28.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#6AA86B (or 0x6AA86B) is known color: Fern. HEX triplet: 6A, A8 and 6B. RGB value is (106,168,107). Sum of RGB (Red+Green+Blue) = 106+168+107=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #6AA86B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA86B is #955794. Grayscale: #8E8E8E. Windows color (decimal): -9787285 or 7055466. OLE color: 7055466.

HSL color Cylindrical-coordinate representation of color #6AA86B: hue angle of 120.97º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6AA86B is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 106 168 107 -
CMYK 0.37 0 0.36 0.34
HSL 120.97º 0.26% 0.54% -
HSV(B) 120.97º 0.37% 0.66% -
XYZ 22.6 32.13 18.92 -
YUV 142.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 106 168 107 0.37 0 0.36 0.34 120.97 0.26 0.54
Hex 6A A8 6B 25 0 24 22 79 1A 36
Octal 152 250 153 45 0 44 42 171 32 66
Binary 1101010 10101000 1101011 100101 0 100100 100010 1111001 11010 110110

Color Harmonies of #6AA86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA86B

Black with #6AA86B

Text Example


Text Example

White with #6AA86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,168,107); }

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

background-color css

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

 a { background-color: rgb(106,168,107); }

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

border-color css

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

 span { border-color: rgb(106,168,107); }

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