#6CB375

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

Shades of Fern #6CB375

Tints of Fern #6CB375

Color information

#6CB375 (or 0x6CB375) is unknown color: approx Fern. HEX triplet: 6C, B3 and 75. RGB value is (108,179,117). Sum of RGB (Red+Green+Blue) = 108+179+117=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 179 (70.31% from 255 or 44.31% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 179 - color contains mainly: green. Hex color #6CB375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CB375 is #934C8A. Grayscale: #969696. Windows color (decimal): -9653387 or 7713644. OLE color: 7713644.

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

Color convert

RGB108179117-
CMYK0.4000.350.30
HSL127.61º31.84%56.27%-
HSV(B)127.61º39.66%70.2%-
XYZ25.5236.7122.57-
YUV150.7108.9897.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.73%
GREEN value IS 179 (70.31% from 255) = 44.31%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=26.73%
G=44.31%
B=28.96%

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
Decimal1081791170.4000.350.30127.6131.8456.27
Hex6CB375280231E802038
Octal15426316550043362004070
Binary110110010110011111010110100001000111111010000000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CB375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,179,117); }

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

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

 a { background-color: rgb(108,179,117); }

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

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

 span { border-color: rgb(108,179,117); }

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