#69C760

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

Shades of Fern #69C760

Tints of Fern #69C760

Color information

#69C760 (or 0x69C760) is unknown color: approx Fern. HEX triplet: 69, C7 and 60. RGB value is (105,199,96). Sum of RGB (Red+Green+Blue) = 105+199+96=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #69C760 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C760 is #96389F. Grayscale: #9F9F9F. Windows color (decimal): -9844896 or 6342505. OLE color: 6342505.

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

Color convert

RGB10519996-
CMYK0.4700.520.22
HSL114.76º47.91%57.84%-
HSV(B)114.76º51.76%78.04%-
XYZ28.3644.6918.2-
YUV159.1592.3689.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 199 (78.12% from 255) = 49.75%
BLUE value IS 96 (37.89% from 255) = 24%
R=26.25%
G=49.75%
B=24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105199960.4700.520.22114.7647.9157.84
Hex69C7602F0341673303a
Octal15130714057064261636072
Binary11010011100011111000001011110110100101101110011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,199,96); }

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

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

 a { background-color: rgb(105,199,96); }

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

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

 span { border-color: rgb(105,199,96); }

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