#6BAF7A

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

Shades of Fern #6BAF7A

Tints of Fern #6BAF7A

Color information

#6BAF7A (or 0x6BAF7A) is unknown color: approx Fern. HEX triplet: 6B, AF and 7A. RGB value is (107,175,122). Sum of RGB (Red+Green+Blue) = 107+175+122=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BAF7A is #945085. Grayscale: #949494. Windows color (decimal): -9719942 or 8040299. OLE color: 8040299.

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

Color convert

RGB107175122-
CMYK0.3900.300.31
HSL133.24º29.82%55.29%-
HSV(B)133.24º38.86%68.63%-
XYZ24.9135.1923.89-
YUV148.63112.9798.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.49%
GREEN value IS 175 (68.75% from 255) = 43.32%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=26.49%
G=43.32%
B=30.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751220.3900.300.31133.2429.8255.29
Hex6BAF7A2701E1F851e37
Octal15325717247036372053667
Binary1101011101011111111010100111011110111111000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,122); }

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

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

 a { background-color: rgb(107,175,122); }

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

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

 span { border-color: rgb(107,175,122); }

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