Html Css Color HEX #6BC160 Fern

📋 copy color: '#6BC160'

red 107 ◦ green 193 ◦ blue 96

#6BC160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #6BC160

Tints of Fern #6BC160

RGB

 RED value IS 107 (42.19% from 255) = 27.02%

 GREEN value IS 193 (75.78% from 255) = 48.74%

 BLUE value IS 96 (37.89% from 255) = 24.24%

R = 27.02%
G = 48.74%
B = 24.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#6BC160 (or 0x6BC160) is known color: Fern. HEX triplet: 6B, C1 and 60. RGB value is (107,193,96). Sum of RGB (Red+Green+Blue) = 107+193+96=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC160 is #943E9F. Grayscale: #9C9C9C. Windows color (decimal): -9715360 or 6340971. OLE color: 6340971.

HSL color Cylindrical-coordinate representation of color #6BC160: hue angle of 113.2º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6BC160 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 193 96 -
CMYK 0.45 0 0.50 0.24
HSL 113.2º 0.44% 0.57% -
HSV(B) 113.2º 0.5% 0.76% -
XYZ 27.24 42.11 17.76 -
YUV 156.23 94.01 92.89 -
System Red Green Blue C M Y K H S L
Decimal 107 193 96 0.45 0 0.50 0.24 113.2 0.44 0.57
Hex 6B C1 60 2D 0 32 18 71 2C 39
Octal 153 301 140 55 0 62 30 161 54 71
Binary 1101011 11000001 1100000 101101 0 110010 11000 1110001 101100 111001

Color Harmonies of #6BC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC160

Black with #6BC160

Text Example


Text Example

White with #6BC160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,193,96); }

 H1.HeaderClassName
 {
   color: #6BC160;
 }
 .AnyTagClassName
 {
   color: #6BC160;
 }
</style>

background-color css

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

 a { background-color: rgb(107,193,96); }

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

border-color css

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

 span { border-color: rgb(107,193,96); }

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