#69BE75

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

Shades of Fern #69BE75

Tints of Fern #69BE75

Color information

#69BE75 (or 0x69BE75) is unknown color: approx Fern. HEX triplet: 69, BE and 75. RGB value is (105,190,117). Sum of RGB (Red+Green+Blue) = 105+190+117=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE75 is #96418A. Grayscale: #9C9C9C. Windows color (decimal): -9847179 or 7716457. OLE color: 7716457.

HSL color Cylindrical-coordinate representation of color #69BE75: hue angle of 128.47º 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 #69BE75 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB105190117-
CMYK0.4500.380.25
HSL128.47º39.53%57.84%-
HSV(B)128.47º44.74%74.51%-
XYZ27.4541.1123.32-
YUV156.26105.8491.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 190 (74.61% from 255) = 46.12%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=25.49%
G=46.12%
B=28.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051901170.4500.380.25128.4739.5357.84
Hex69BE752D0261980283a
Octal15127616555046312005072
Binary110100110111110111010110110101001101100110000000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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