#69BF65

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

Shades of Fern #69BF65

Tints of Fern #69BF65

Color information

#69BF65 (or 0x69BF65) is unknown color: approx Fern. HEX triplet: 69, BF and 65. RGB value is (105,191,101). Sum of RGB (Red+Green+Blue) = 105+191+101=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #69BF65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BF65 is #96409A. Grayscale: #9B9B9B. Windows color (decimal): -9846939 or 6668137. OLE color: 6668137.

HSL color Cylindrical-coordinate representation of color #69BF65: hue angle of 117.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69BF65 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB105191101-
CMYK0.4500.470.25
HSL117.33º41.28%57.25%-
HSV(B)117.33º47.12%74.9%-
XYZ26.8141.218.85-
YUV155.0397.5192.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 101 (39.84% from 255) = 25.44%
R=26.45%
G=48.11%
B=25.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051911010.4500.470.25117.3341.2857.25
Hex69BF652D02F19752939
Octal15127714555057311655171
Binary11010011011111111001011011010101111110011110101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69BF65; }

 p { color: rgb(105,191,101); }

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

<style>
 a { background-color: #69BF65; }

 a { background-color: rgb(105,191,101); }

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

<style>
 span { border-color: #69BF65; }

 span { border-color: rgb(105,191,101); }

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