Html Css Color HEX #6BC070 Fern

📋 copy color: '#6BC070'

red 107 ◦ green 192 ◦ blue 112

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

Shades of Fern #6BC070

Tints of Fern #6BC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 112 (44.14% from 255) = 27.25%

R = 26.03%
G = 46.72%
B = 27.25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#6BC070 (or 0x6BC070) is known color: Fern. HEX triplet: 6B, C0 and 70. RGB value is (107,192,112). Sum of RGB (Red+Green+Blue) = 107+192+112=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6BC070 is #943F8F. Grayscale: #9D9D9D. Windows color (decimal): -9715600 or 7389291. OLE color: 7389291.

HSL color Cylindrical-coordinate representation of color #6BC070: hue angle of 123.53º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6BC070 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 192 112 -
CMYK 0.44 0 0.42 0.25
HSL 123.53º 0.4% 0.59% -
HSV(B) 123.53º 0.44% 0.75% -
XYZ 27.84 41.99 21.97 -
YUV 157.47 102.34 92 -
System Red Green Blue C M Y K H S L
Decimal 107 192 112 0.44 0 0.42 0.25 123.53 0.4 0.59
Hex 6B C0 70 2C 0 2A 19 7C 28 3B
Octal 153 300 160 54 0 52 31 174 50 73
Binary 1101011 11000000 1110000 101100 0 101010 11001 1111100 101000 111011

Color Harmonies of #6BC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC070

Black with #6BC070

Text Example


Text Example

White with #6BC070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,192,112); }

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

background-color css

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

 a { background-color: rgb(107,192,112); }

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

border-color css

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

 span { border-color: rgb(107,192,112); }

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