#6BB374

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

Shades of Fern #6BB374

Tints of Fern #6BB374

Color information

#6BB374 (or 0x6BB374) is unknown color: approx Fern. HEX triplet: 6B, B3 and 74. RGB value is (107,179,116). Sum of RGB (Red+Green+Blue) = 107+179+116=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 179 - color contains mainly: green. Hex color #6BB374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BB374 is #944C8B. Grayscale: #969696. Windows color (decimal): -9718924 or 7648107. OLE color: 7648107.

HSL color Cylindrical-coordinate representation of color #6BB374: hue angle of 127.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB374 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB107179116-
CMYK0.4000.350.30
HSL127.5º32.14%56.08%-
HSV(B)127.5º40.22%70.2%-
XYZ25.3436.6322.26-
YUV150.29108.6597.12-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.62%
GREEN value IS 179 (70.31% from 255) = 44.53%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=26.62%
G=44.53%
B=28.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1071791160.4000.350.30127.532.1456.08
Hex6BB374280231E802038
Octal15326316450043362004070
Binary110101110110011111010010100001000111111010000000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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