#6BAA6A

Color #6BAA6A Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #6BAA6A

Tints of Fern #6BAA6A

Color information

#6BAA6A (or 0x6BAA6A) is unknown color: approx Fern. HEX triplet: 6B, AA and 6A. RGB value is (107,170,106). Sum of RGB (Red+Green+Blue) = 107+170+106=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAA6A is #945595. Grayscale: #909090. Windows color (decimal): -9721238 or 6990443. OLE color: 6990443.

HSL color Cylindrical-coordinate representation of color #6BAA6A: hue angle of 119.06º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAA6A is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB107170106-
CMYK0.3700.380.33
HSL119.06º27.35%54.12%-
HSV(B)119.06º37.65%66.67%-
XYZ23.0432.9218.77-
YUV143.87106.63101.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.94%
GREEN value IS 170 (66.80% from 255) = 44.39%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=27.94%
G=44.39%
B=27.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1071701060.3700.380.33119.0627.3554.12
Hex6BAA6A2502621771b36
Octal15325215245046411673366
Binary11010111010101011010101001010100110100001111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6BAA6A;
 }
 .AnyTagClassName
 {
   color: #6BAA6A;
 }
</style>
background-color css

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

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

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

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

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

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