Html Css Color HEX #6FB078 Fern

📋 copy color: '#6FB078'

red 111 ◦ green 176 ◦ blue 120

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

Shades of Fern #6FB078

Tints of Fern #6FB078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.24%

 BLUE value IS 120 (47.27% from 255) = 29.48%

R = 27.27%
G = 43.24%
B = 29.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#6FB078 (or 0x6FB078) is known color: Fern. HEX triplet: 6F, B0 and 78. RGB value is (111,176,120). Sum of RGB (Red+Green+Blue) = 111+176+120=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FB078 is #904F87. Grayscale: #969696. Windows color (decimal): -9457544 or 7909487. OLE color: 7909487.

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

Color convert

RGB 111 176 120 -
CMYK 0.37 0 0.32 0.31
HSL 128.31º 0.29% 0.56% -
HSV(B) 128.31º 0.37% 0.69% -
XYZ 25.47 35.79 23.33 -
YUV 150.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 111 176 120 0.37 0 0.32 0.31 128.31 0.29 0.56
Hex 6F B0 78 25 0 20 1F 80 1D 38
Octal 157 260 170 45 0 40 37 200 35 70
Binary 1101111 10110000 1111000 100101 0 100000 11111 10000000 11101 111000

Color Harmonies of #6FB078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB078

Black with #6FB078

Text Example


Text Example

White with #6FB078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,176,120); }

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

background-color css

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

 a { background-color: rgb(111,176,120); }

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

border-color css

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

 span { border-color: rgb(111,176,120); }

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