#6BBD74

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

Shades of Fern #6BBD74

Tints of Fern #6BBD74

Color information

#6BBD74 (or 0x6BBD74) is unknown color: approx Fern. HEX triplet: 6B, BD and 74. RGB value is (107,189,116). Sum of RGB (Red+Green+Blue) = 107+189+116=412 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.97% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #6BBD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BBD74 is #94428B. Grayscale: #9C9C9C. Windows color (decimal): -9716364 or 7650667. OLE color: 7650667.

HSL color Cylindrical-coordinate representation of color #6BBD74: hue angle of 126.59º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6BBD74 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB107189116-
CMYK0.4300.390.26
HSL126.59º38.32%58.04%-
HSV(B)126.59º43.39%74.12%-
XYZ27.4140.7822.95-
YUV156.16105.3392.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.97%
GREEN value IS 189 (74.22% from 255) = 45.87%
BLUE value IS 116 (45.70% from 255) = 28.16%
R=25.97%
G=45.87%
B=28.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1071891160.4300.390.26126.5938.3258.04
Hex6BBD742B0271A7f263a
Octal15327516453047321774672
Binary11010111011110111101001010110100111110101111111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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