#6BB175

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

Shades of Fern #6BB175

Tints of Fern #6BB175

Color information

#6BB175 (or 0x6BB175) is unknown color: approx Fern. HEX triplet: 6B, B1 and 75. RGB value is (107,177,117). Sum of RGB (Red+Green+Blue) = 107+177+117=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 177 (69.53% from 255 or 44.14% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 177 - color contains mainly: green. Hex color #6BB175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BB175 is #944E8A. Grayscale: #959595. Windows color (decimal): -9719435 or 7713131. OLE color: 7713131.

HSL color Cylindrical-coordinate representation of color #6BB175: hue angle of 128.57º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB175 is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB107177117-
CMYK0.4000.340.31
HSL128.57º30.97%55.69%-
HSV(B)128.57º39.55%69.41%-
XYZ2535.8522.43-
YUV149.23109.8197.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.68%
GREEN value IS 177 (69.53% from 255) = 44.14%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=26.68%
G=44.14%
B=29.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071771170.4000.340.31128.5730.9755.69
Hex6BB175280221F811f38
Octal15326116550042372013770
Binary11010111011000111101011010000100010111111000000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,177,117); }

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

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

 a { background-color: rgb(107,177,117); }

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

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

 span { border-color: rgb(107,177,117); }

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