#6FB078

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

Shades of Fern #6FB078

Tints of Fern #6FB078

Color information

#6FB078 (or 0x6FB078) is unknown color: approx Fern. HEX triplet: 6F, B0 and 78. RGB value is (111,176,120). Sum of RGB (Red+Green+Blue) = 111+176+120=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB078 is #904F87. Grayscale: #969696. Windows color (decimal): -9457544 or 7909487. OLE color: 7909487.

HSL color Cylindrical-coordinate representation of color #6FB078: hue angle of 128.31º 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 #6FB078 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB111176120-
CMYK0.3700.320.31
HSL128.31º29.15%56.27%-
HSV(B)128.31º36.93%69.02%-
XYZ25.4735.7923.33-
YUV150.18110.97100.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.27%
GREEN value IS 176 (69.14% from 255) = 43.24%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=27.27%
G=43.24%
B=29.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1111761200.3700.320.31128.3129.1556.27
Hex6FB078250201F801d38
Octal15726017045040372003570
Binary11011111011000011110001001010100000111111000000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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