#69c96b

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

Shades of Fern #69C96B

Tints of Fern #69C96B

Color information

#69C96B (or 0x69C96B) is unknown color: approx Fern. HEX triplet: 69, C9 and 6B. RGB value is (105,201,107). Sum of RGB (Red+Green+Blue) = 105+201+107=413 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.42% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #69C96B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C96B is #963694. Grayscale: #A1A1A1. Windows color (decimal): -9844373 or 7063913. OLE color: 7063913.

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

Color convert

RGB105201107-
CMYK0.4800.470.21
HSL121.25º47.06%60%-
HSV(B)121.25º47.76%78.82%-
XYZ29.3745.8421.21-
YUV161.5897.287.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.42%
GREEN value IS 201 (78.91% from 255) = 48.67%
BLUE value IS 107 (42.19% from 255) = 25.91%
R=25.42%
G=48.67%
B=25.91%

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
Decimal1052011070.4800.470.21121.2547.0660
Hex69C96B3002F15792f3c
Octal15131115360057251715774
Binary11010011100100111010111100000101111101011111001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69c96b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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