Html Css Color HEX #6FB970 Fern

📋 copy color: '#6FB970'

red 111 ◦ green 185 ◦ blue 112

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

Shades of Fern #6FB970

Tints of Fern #6FB970

RGB

 RED value IS 111 (43.75% from 255) = 27.21%

 GREEN value IS 185 (72.66% from 255) = 45.34%

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

R = 27.21%
G = 45.34%
B = 27.45%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#6FB970 (or 0x6FB970) is known color: Fern. HEX triplet: 6F, B9 and 70. RGB value is (111,185,112). Sum of RGB (Red+Green+Blue) = 111+185+112=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #6FB970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FB970 is #90468F. Grayscale: #9A9A9A. Windows color (decimal): -9455248 or 7387503. OLE color: 7387503.

HSL color Cylindrical-coordinate representation of color #6FB970: hue angle of 120.81º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FB970 is Cyan = 0.4, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 185 112 -
CMYK 0.4 0 0.39 0.27
HSL 120.81º 0.35% 0.58% -
HSV(B) 120.81º 0.4% 0.73% -
XYZ 26.83 39.25 21.49 -
YUV 154.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 111 185 112 0.4 0 0.39 0.27 120.81 0.35 0.58
Hex 6F B9 70 28 0 27 1B 79 23 3A
Octal 157 271 160 50 0 47 33 171 43 72
Binary 1101111 10111001 1110000 101000 0 100111 11011 1111001 100011 111010

Color Harmonies of #6FB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB970

Black with #6FB970

Text Example


Text Example

White with #6FB970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,185,112); }

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

background-color css

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

 a { background-color: rgb(111,185,112); }

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

border-color css

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

 span { border-color: rgb(111,185,112); }

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