#69CA6F

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

Shades of Fern #69CA6F

Tints of Fern #69CA6F

Color information

#69CA6F (or 0x69CA6F) is unknown color: approx Fern. HEX triplet: 69, CA and 6F. RGB value is (105,202,111). Sum of RGB (Red+Green+Blue) = 105+202+111=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA6F is #963590. Grayscale: #A2A2A2. Windows color (decimal): -9844113 or 7326313. OLE color: 7326313.

HSL color Cylindrical-coordinate representation of color #69CA6F: hue angle of 123.71º 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 #69CA6F is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB105202111-
CMYK0.4800.450.21
HSL123.71º47.78%60.2%-
HSV(B)123.71º48.02%79.22%-
XYZ29.8246.3922.42-
YUV162.6298.8686.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.12%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=25.12%
G=48.33%
B=26.56%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1052021110.4800.450.21123.7147.7860.2
Hex69CA6F3002D157c303c
Octal15131215760055251746074
Binary11010011100101011011111100000101101101011111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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