#69CA61

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

Shades of Fern #69CA61

Tints of Fern #69CA61

Color information

#69CA61 (or 0x69CA61) is unknown color: approx Fern. HEX triplet: 69, CA and 61. RGB value is (105,202,97). Sum of RGB (Red+Green+Blue) = 105+202+97=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CA61 is #96359E. Grayscale: #A1A1A1. Windows color (decimal): -9844127 or 6408809. OLE color: 6408809.

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

Color convert

RGB10520297-
CMYK0.4800.520.21
HSL115.43º49.76%58.63%-
HSV(B)115.43º51.98%79.22%-
XYZ29.146.1118.67-
YUV161.0391.8688.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 202 (79.30% from 255) = 50%
BLUE value IS 97 (38.28% from 255) = 24.01%
R=25.99%
G=50%
B=24.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105202970.4800.520.21115.4349.7658.63
Hex69CA61300341573323b
Octal15131214160064251636273
Binary11010011100101011000011100000110100101011110011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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