#6BC07B

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

Shades of Fern #6BC07B

Tints of Fern #6BC07B

Color information

#6BC07B (or 0x6BC07B) is unknown color: approx Fern. HEX triplet: 6B, C0 and 7B. RGB value is (107,192,123). Sum of RGB (Red+Green+Blue) = 107+192+123=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC07B is #943F84. Grayscale: #9E9E9E. Windows color (decimal): -9715589 or 8110187. OLE color: 8110187.

HSL color Cylindrical-coordinate representation of color #6BC07B: hue angle of 131.29º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BC07B is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB107192123-
CMYK0.4400.360.25
HSL131.29º40.28%58.63%-
HSV(B)131.29º44.27%75.29%-
XYZ28.4942.2625.39-
YUV158.72107.8491.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.36%
GREEN value IS 192 (75.39% from 255) = 45.50%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=25.36%
G=45.50%
B=29.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071921230.4400.360.25131.2940.2858.63
Hex6BC07B2C0241983283b
Octal15330017354044312035073
Binary110101111000000111101110110001001001100110000011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,192,123); }

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

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

 a { background-color: rgb(107,192,123); }

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

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

 span { border-color: rgb(107,192,123); }

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