#69BE7D

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

Shades of Fern #69BE7D

Tints of Fern #69BE7D

Color information

#69BE7D (or 0x69BE7D) is unknown color: approx Fern. HEX triplet: 69, BE and 7D. RGB value is (105,190,125). Sum of RGB (Red+Green+Blue) = 105+190+125=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE7D is #964182. Grayscale: #9D9D9D. Windows color (decimal): -9847171 or 8240745. OLE color: 8240745.

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

Color convert

RGB105190125-
CMYK0.4500.340.25
HSL134.12º39.53%57.84%-
HSV(B)134.12º44.74%74.51%-
XYZ27.9441.3125.9-
YUV157.17109.8490.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 125 (49.22% from 255) = 29.76%
R=25%
G=45.24%
B=29.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1051901250.4500.340.25134.1239.5357.84
Hex69BE7D2D0221986283a
Octal15127617555042312065072
Binary110100110111110111110110110101000101100110000110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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