#6BC074

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

Shades of Fern #6BC074

Tints of Fern #6BC074

Color information

#6BC074 (or 0x6BC074) is unknown color: approx Fern. HEX triplet: 6B, C0 and 74. RGB value is (107,192,116). Sum of RGB (Red+Green+Blue) = 107+192+116=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC074 is #943F8B. Grayscale: #9E9E9E. Windows color (decimal): -9715596 or 7651435. OLE color: 7651435.

HSL color Cylindrical-coordinate representation of color #6BC074: hue angle of 126.35º 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 #6BC074 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB107192116-
CMYK0.4400.400.25
HSL126.35º40.28%58.63%-
HSV(B)126.35º44.27%75.29%-
XYZ28.0742.0923.17-
YUV157.92104.3491.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.78%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=25.78%
G=46.27%
B=27.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071921160.4400.400.25126.3540.2858.63
Hex6BC0742C028197e283b
Octal15330016454050311765073
Binary11010111100000011101001011000101000110011111110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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