#69CD6E

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

Shades of Fern #69CD6E

Tints of Fern #69CD6E

Color information

#69CD6E (or 0x69CD6E) is unknown color: approx Fern. HEX triplet: 69, CD and 6E. RGB value is (105,205,110). Sum of RGB (Red+Green+Blue) = 105+205+110=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #69CD6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CD6E is #963291. Grayscale: #A4A4A4. Windows color (decimal): -9843346 or 7261545. OLE color: 7261545.

HSL color Cylindrical-coordinate representation of color #69CD6E: hue angle of 123º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CD6E is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB105205110-
CMYK0.4900.460.20
HSL123º50%60.78%-
HSV(B)123º48.78%80.39%-
XYZ30.4747.7922.37-
YUV164.2797.3785.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 205 (80.47% from 255) = 48.81%
BLUE value IS 110 (43.36% from 255) = 26.19%
R=25%
G=48.81%
B=26.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052051100.4900.460.201235060.78
Hex69CD6E3102E147b323d
Octal15131515661056241736275
Binary11010011100110111011101100010101110101001111011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,205,110); }

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

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

 a { background-color: rgb(105,205,110); }

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

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

 span { border-color: rgb(105,205,110); }

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