#69C874

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

Shades of Fern #69C874

Tints of Fern #69C874

Color information

#69C874 (or 0x69C874) is unknown color: approx Fern. HEX triplet: 69, C8 and 74. RGB value is (105,200,116). Sum of RGB (Red+Green+Blue) = 105+200+116=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #69C874 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C874 is #96378B. Grayscale: #A2A2A2. Windows color (decimal): -9844620 or 7653481. OLE color: 7653481.

HSL color Cylindrical-coordinate representation of color #69C874: hue angle of 126.95º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C874 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB105200116-
CMYK0.4800.420.22
HSL126.95º46.34%59.8%-
HSV(B)126.95º47.5%78.43%-
XYZ29.6345.5723.76-
YUV162.02102.0387.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 200 (78.52% from 255) = 47.51%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=24.94%
G=47.51%
B=27.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1052001160.4800.420.22126.9546.3459.8
Hex69C8743002A167f2e3c
Octal15131016460052261775674
Binary11010011100100011101001100000101010101101111111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,200,116); }

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

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

 a { background-color: rgb(105,200,116); }

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

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

 span { border-color: rgb(105,200,116); }

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