#6FBF64

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

Shades of Fern #6FBF64

Tints of Fern #6FBF64

Color information

#6FBF64 (or 0x6FBF64) is unknown color: approx Fern. HEX triplet: 6F, BF and 64. RGB value is (111,191,100). Sum of RGB (Red+Green+Blue) = 111+191+100=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6FBF64 is #90409B. Grayscale: #9C9C9C. Windows color (decimal): -9453724 or 6602607. OLE color: 6602607.

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

Color convert

RGB111191100-
CMYK0.4200.480.25
HSL112.75º41.55%57.06%-
HSV(B)112.75º47.64%74.9%-
XYZ27.4941.5618.63-
YUV156.719695.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.61%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 100 (39.45% from 255) = 24.88%
R=27.61%
G=47.51%
B=24.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911000.4200.480.25112.7541.5557.06
Hex6FBF642A03019712a39
Octal15727714452060311615271
Binary11011111011111111001001010100110000110011110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,191,100); }

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

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

 a { background-color: rgb(111,191,100); }

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

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

 span { border-color: rgb(111,191,100); }

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