#69BE7E

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

Shades of Fern #69BE7E

Tints of Fern #69BE7E

Color information

#69BE7E (or 0x69BE7E) is unknown color: approx Fern. HEX triplet: 69, BE and 7E. RGB value is (105,190,126). Sum of RGB (Red+Green+Blue) = 105+190+126=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 190 (74.61% from 255 or 45.13% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69BE7E is #964181. Grayscale: #9D9D9D. Windows color (decimal): -9847170 or 8306281. OLE color: 8306281.

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

Color convert

RGB105190126-
CMYK0.4500.340.25
HSL134.82º39.53%57.84%-
HSV(B)134.82º44.74%74.51%-
XYZ28.0141.3426.24-
YUV157.29110.3490.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 190 (74.61% from 255) = 45.13%
BLUE value IS 126 (49.61% from 255) = 29.93%
R=24.94%
G=45.13%
B=29.93%

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
Decimal1051901260.4500.340.25134.8239.5357.84
Hex69BE7E2D0221987283a
Octal15127617655042312075072
Binary110100110111110111111010110101000101100110000111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69BE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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