#6BC974

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

Shades of Fern #6BC974

Tints of Fern #6BC974

Color information

#6BC974 (or 0x6BC974) is unknown color: approx Fern. HEX triplet: 6B, C9 and 74. RGB value is (107,201,116). Sum of RGB (Red+Green+Blue) = 107+201+116=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC974 is #94368B. Grayscale: #A3A3A3. Windows color (decimal): -9713292 or 7653739. OLE color: 7653739.

HSL color Cylindrical-coordinate representation of color #6BC974: hue angle of 125.74º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BC974 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB107201116-
CMYK0.4700.420.21
HSL125.74º46.53%60.39%-
HSV(B)125.74º46.77%78.82%-
XYZ30.146.1623.85-
YUV163.2101.3687.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.24%
GREEN value IS 201 (78.91% from 255) = 47.41%
BLUE value IS 116 (45.70% from 255) = 27.36%
R=25.24%
G=47.41%
B=27.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072011160.4700.420.21125.7446.5360.39
Hex6BC9742F02A157e2f3c
Octal15331116457052251765774
Binary11010111100100111101001011110101010101011111110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,201,116); }

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

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

 a { background-color: rgb(107,201,116); }

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

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

 span { border-color: rgb(107,201,116); }

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