#6BC372

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

Shades of Fern #6BC372

Tints of Fern #6BC372

Color information

#6BC372 (or 0x6BC372) is unknown color: approx Fern. HEX triplet: 6B, C3 and 72. RGB value is (107,195,114). Sum of RGB (Red+Green+Blue) = 107+195+114=416 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.72% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #6BC372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC372 is #943C8D. Grayscale: #9F9F9F. Windows color (decimal): -9714830 or 7521131. OLE color: 7521131.

HSL color Cylindrical-coordinate representation of color #6BC372: hue angle of 124.77º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC372 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB107195114-
CMYK0.4500.420.24
HSL124.77º42.31%59.22%-
HSV(B)124.77º45.13%76.47%-
XYZ28.6243.3722.78-
YUV159.45102.3590.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.72%
GREEN value IS 195 (76.56% from 255) = 46.88%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=25.72%
G=46.88%
B=27.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1071951140.4500.420.24124.7742.3159.22
Hex6BC3722D02A187d2a3b
Octal15330316255052301755273
Binary11010111100001111100101011010101010110001111101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,195,114); }

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

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

 a { background-color: rgb(107,195,114); }

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

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

 span { border-color: rgb(107,195,114); }

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