#69CA6C

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

Shades of Fern #69CA6C

Tints of Fern #69CA6C

Color information

#69CA6C (or 0x69CA6C) is unknown color: approx Fern. HEX triplet: 69, CA and 6C. RGB value is (105,202,108). Sum of RGB (Red+Green+Blue) = 105+202+108=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA6C is #963593. Grayscale: #A2A2A2. Windows color (decimal): -9844116 or 7129705. OLE color: 7129705.

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

Color convert

RGB105202108-
CMYK0.4800.470.21
HSL121.86º47.78%60.2%-
HSV(B)121.86º48.02%79.22%-
XYZ29.6546.3321.57-
YUV162.2897.3687.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.30%
GREEN value IS 202 (79.30% from 255) = 48.67%
BLUE value IS 108 (42.58% from 255) = 26.02%
R=25.30%
G=48.67%
B=26.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021080.4800.470.21121.8647.7860.2
Hex69CA6C3002F157a303c
Octal15131215460057251726074
Binary11010011100101011011001100000101111101011111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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