#69C07E

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

Shades of Fern #69C07E

Tints of Fern #69C07E

Color information

#69C07E (or 0x69C07E) is unknown color: approx Fern. HEX triplet: 69, C0 and 7E. RGB value is (105,192,126). Sum of RGB (Red+Green+Blue) = 105+192+126=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #69C07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C07E is #963F81. Grayscale: #9E9E9E. Windows color (decimal): -9846658 or 8306793. OLE color: 8306793.

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

Color convert

RGB105192126-
CMYK0.4500.340.25
HSL134.48º40.85%58.24%-
HSV(B)134.48º45.31%75.29%-
XYZ28.4442.2126.39-
YUV158.46109.6889.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 192 (75.39% from 255) = 45.39%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=24.82%
G=45.39%
B=29.79%

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
Decimal1051921260.4500.340.25134.4840.8558.24
Hex69C07E2D0221986293a
Octal15130017655042312065172
Binary110100111000000111111010110101000101100110000110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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