#6BAE6A

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

Shades of Fern #6BAE6A

Tints of Fern #6BAE6A

Color information

#6BAE6A (or 0x6BAE6A) is unknown color: approx Fern. HEX triplet: 6B, AE and 6A. RGB value is (107,174,106). Sum of RGB (Red+Green+Blue) = 107+174+106=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAE6A is #945195. Grayscale: #929292. Windows color (decimal): -9720214 or 6991467. OLE color: 6991467.

HSL color Cylindrical-coordinate representation of color #6BAE6A: hue angle of 119.12º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAE6A is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB107174106-
CMYK0.3900.390.32
HSL119.12º29.57%54.9%-
HSV(B)119.12º39.08%68.24%-
XYZ23.834.4419.03-
YUV146.22105.3100.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 27.65%
GREEN value IS 174 (68.36% from 255) = 44.96%
BLUE value IS 106 (41.80% from 255) = 27.39%
R=27.65%
G=44.96%
B=27.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071741060.3900.390.32119.1229.5754.9
Hex6BAE6A2702720771e37
Octal15325615247047401673667
Binary11010111010111011010101001110100111100000111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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