#69BE7A

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

Shades of Fern #69BE7A

Tints of Fern #69BE7A

Color information

#69BE7A (or 0x69BE7A) is unknown color: approx Fern. HEX triplet: 69, BE and 7A. RGB value is (105,190,122). Sum of RGB (Red+Green+Blue) = 105+190+122=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE7A is #964185. Grayscale: #9D9D9D. Windows color (decimal): -9847174 or 8044137. OLE color: 8044137.

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

Color convert

RGB105190122-
CMYK0.4500.360.25
HSL132º39.53%57.84%-
HSV(B)132º44.74%74.51%-
XYZ27.7541.2424.91-
YUV156.83108.3491.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.18%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 122 (48.05% from 255) = 29.26%
R=25.18%
G=45.56%
B=29.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051901220.4500.360.2513239.5357.84
Hex69BE7A2D0241984283a
Octal15127617255044312045072
Binary110100110111110111101010110101001001100110000100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,190,122); }

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

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

 a { background-color: rgb(105,190,122); }

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

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

 span { border-color: rgb(105,190,122); }

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