#69C161

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

Shades of Fern #69C161

Tints of Fern #69C161

Color information

#69C161 (or 0x69C161) is unknown color: approx Fern. HEX triplet: 69, C1 and 61. RGB value is (105,193,97). Sum of RGB (Red+Green+Blue) = 105+193+97=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #69C161 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C161 is #963E9E. Grayscale: #9C9C9C. Windows color (decimal): -9846431 or 6406505. OLE color: 6406505.

HSL color Cylindrical-coordinate representation of color #69C161: hue angle of 115º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69C161 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB10519397-
CMYK0.4600.500.24
HSL115º43.64%56.86%-
HSV(B)115º49.74%75.69%-
XYZ27.0542.0117.99-
YUV155.7494.8591.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 193 (75.78% from 255) = 48.86%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=26.58%
G=48.86%
B=24.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal105193970.4600.500.2411543.6456.86
Hex69C1612E03218732c39
Octal15130114156062301635471
Binary11010011100000111000011011100110010110001110011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,193,97); }

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

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

 a { background-color: rgb(105,193,97); }

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

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

 span { border-color: rgb(105,193,97); }

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