#69B97C

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

Shades of Fern #69B97C

Tints of Fern #69B97C

Color information

#69B97C (or 0x69B97C) is unknown color: approx Fern. HEX triplet: 69, B9 and 7C. RGB value is (105,185,124). Sum of RGB (Red+Green+Blue) = 105+185+124=414 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.36% from 414); Green value is 185 (72.66% from 255 or 44.69% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 185 - color contains mainly: green. Hex color #69B97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B97C is #964683. Grayscale: #9A9A9A. Windows color (decimal): -9848452 or 8173929. OLE color: 8173929.

HSL color Cylindrical-coordinate representation of color #69B97C: hue angle of 134.25º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B97C is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB105185124-
CMYK0.4300.330.27
HSL134.25º36.36%56.86%-
HSV(B)134.25º43.24%72.55%-
XYZ26.8139.1625.21-
YUV154.1311192.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.36%
GREEN value IS 185 (72.66% from 255) = 44.69%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=25.36%
G=44.69%
B=29.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051851240.4300.330.27134.2536.3656.86
Hex69B97C2B0211B862439
Octal15127117453041332064471
Binary110100110111001111110010101101000011101110000110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,185,124); }

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

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

 a { background-color: rgb(105,185,124); }

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

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

 span { border-color: rgb(105,185,124); }

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