#6BBA7E

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

Shades of Fern #6BBA7E

Tints of Fern #6BBA7E

Color information

#6BBA7E (or 0x6BBA7E) is unknown color: approx Fern. HEX triplet: 6B, BA and 7E. RGB value is (107,186,126). Sum of RGB (Red+Green+Blue) = 107+186+126=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBA7E is #944581. Grayscale: #9B9B9B. Windows color (decimal): -9717122 or 8305259. OLE color: 8305259.

HSL color Cylindrical-coordinate representation of color #6BBA7E: hue angle of 134.43º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBA7E is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB107186126-
CMYK0.4200.320.27
HSL134.43º36.41%57.45%-
HSV(B)134.43º42.47%72.94%-
XYZ27.3939.7525.97-
YUV155.54111.3393.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.54%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=25.54%
G=44.39%
B=30.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1071861260.4200.320.27134.4336.4157.45
Hex6BBA7E2A0201B862439
Octal15327217652040332064471
Binary110101110111010111111010101001000001101110000110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,186,126); }

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

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

 a { background-color: rgb(107,186,126); }

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

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

 span { border-color: rgb(107,186,126); }

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