#69C66B

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

Shades of Fern #69C66B

Tints of Fern #69C66B

Color information

#69C66B (or 0x69C66B) is unknown color: approx Fern. HEX triplet: 69, C6 and 6B. RGB value is (105,198,107). Sum of RGB (Red+Green+Blue) = 105+198+107=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #69C66B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C66B is #963994. Grayscale: #A0A0A0. Windows color (decimal): -9845141 or 7063145. OLE color: 7063145.

HSL color Cylindrical-coordinate representation of color #69C66B: hue angle of 121.29º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C66B is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB105198107-
CMYK0.4700.460.22
HSL121.29º44.93%59.41%-
HSV(B)121.29º46.97%77.65%-
XYZ28.6744.4520.98-
YUV159.8298.1988.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 198 (77.73% from 255) = 48.29%
BLUE value IS 107 (42.19% from 255) = 26.10%
R=25.61%
G=48.29%
B=26.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1051981070.4700.460.22121.2944.9359.41
Hex69C66B2F02E16792d3b
Octal15130615357056261715573
Binary11010011100011011010111011110101110101101111001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,198,107); }

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

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

 a { background-color: rgb(105,198,107); }

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

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

 span { border-color: rgb(105,198,107); }

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