#69CC6F

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

Shades of Fern #69CC6F

Tints of Fern #69CC6F

Color information

#69CC6F (or 0x69CC6F) is unknown color: approx Fern. HEX triplet: 69, CC and 6F. RGB value is (105,204,111). Sum of RGB (Red+Green+Blue) = 105+204+111=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CC6F is #963390. Grayscale: #A4A4A4. Windows color (decimal): -9843601 or 7326825. OLE color: 7326825.

HSL color Cylindrical-coordinate representation of color #69CC6F: hue angle of 123.64º degrees, saturation: 0.49, 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 #69CC6F is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB105204111-
CMYK0.4900.460.2
HSL123.64º49.25%60.59%-
HSV(B)123.64º48.53%80%-
XYZ30.2947.3422.58-
YUV163.898.286.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25%
GREEN value IS 204 (80.08% from 255) = 48.57%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=25%
G=48.57%
B=26.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1052041110.4900.460.2123.6449.2560.59
Hex69CC6F3102E147c313d
Octal15131415761056241746175
Binary11010011100110011011111100010101110101001111100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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