#69CA66

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

Shades of Fern #69CA66

Tints of Fern #69CA66

Color information

#69CA66 (or 0x69CA66) is unknown color: approx Fern. HEX triplet: 69, CA and 66. RGB value is (105,202,102). Sum of RGB (Red+Green+Blue) = 105+202+102=409 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.67% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA66 is #963599. Grayscale: #A1A1A1. Windows color (decimal): -9844122 or 6736489. OLE color: 6736489.

HSL color Cylindrical-coordinate representation of color #69CA66: hue angle of 118.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69CA66 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB105202102-
CMYK0.4800.500.21
HSL118.2º48.54%59.61%-
HSV(B)118.2º49.5%79.22%-
XYZ29.3446.219.94-
YUV161.694.3687.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.67%
GREEN value IS 202 (79.30% from 255) = 49.39%
BLUE value IS 102 (40.23% from 255) = 24.94%
R=25.67%
G=49.39%
B=24.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021020.4800.500.21118.248.5459.61
Hex69CA66300321576313c
Octal15131214660062251666174
Binary11010011100101011001101100000110010101011110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,202,102); }

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

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

 a { background-color: rgb(105,202,102); }

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

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

 span { border-color: rgb(105,202,102); }

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