#6FB07A

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

Shades of Fern #6FB07A

Tints of Fern #6FB07A

Color information

#6FB07A (or 0x6FB07A) is unknown color: approx Fern. HEX triplet: 6F, B0 and 7A. RGB value is (111,176,122). Sum of RGB (Red+Green+Blue) = 111+176+122=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB07A is #904F85. Grayscale: #969696. Windows color (decimal): -9457542 or 8040559. OLE color: 8040559.

HSL color Cylindrical-coordinate representation of color #6FB07A: hue angle of 130.15º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6FB07A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB111176122-
CMYK0.3700.310.31
HSL130.15º29.15%56.27%-
HSV(B)130.15º36.93%69.02%-
XYZ25.5935.8423.98-
YUV150.41111.9799.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.14%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 122 (48.05% from 255) = 29.83%
R=27.14%
G=43.03%
B=29.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111761220.3700.310.31130.1529.1556.27
Hex6FB07A2501F1F821d38
Octal15726017245037372023570
Binary1101111101100001111010100101011111111111000001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,176,122); }

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

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

 a { background-color: rgb(111,176,122); }

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

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

 span { border-color: rgb(111,176,122); }

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