#69B161

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

Shades of Fern #69B161

Tints of Fern #69B161

Color information

#69B161 (or 0x69B161) is unknown color: approx Fern. HEX triplet: 69, B1 and 61. RGB value is (105,177,97). Sum of RGB (Red+Green+Blue) = 105+177+97=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #69B161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69B161 is #964E9E. Grayscale: #929292. Windows color (decimal): -9850527 or 6402409. OLE color: 6402409.

HSL color Cylindrical-coordinate representation of color #69B161: hue angle of 114º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69B161 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB10517797-
CMYK0.4100.450.31
HSL114º33.9%53.73%-
HSV(B)114º45.2%69.41%-
XYZ23.7135.3116.88-
YUV146.35100.1598.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 97 (38.28% from 255) = 25.59%
R=27.70%
G=46.70%
B=25.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105177970.4100.450.3111433.953.73
Hex69B1612902D1F722236
Octal15126114151055371624266
Binary11010011011000111000011010010101101111111110010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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