#71BB69

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

Shades of Fern #71BB69

Tints of Fern #71BB69

Color information

#71BB69 (or 0x71BB69) is unknown color: approx Fern. HEX triplet: 71, BB and 69. RGB value is (113,187,105). Sum of RGB (Red+Green+Blue) = 113+187+105=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BB69 is #8E4496. Grayscale: #9B9B9B. Windows color (decimal): -9323671 or 6929265. OLE color: 6929265.

HSL color Cylindrical-coordinate representation of color #71BB69: hue angle of 114.15º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71BB69 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB113187105-
CMYK0.4000.440.27
HSL114.15º37.61%57.25%-
HSV(B)114.15º43.85%73.33%-
XYZ27.1340.0719.67-
YUV155.5399.4897.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.90%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=27.90%
G=46.17%
B=25.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131871050.4000.440.27114.1537.6157.25
Hex71BB692802C1B722639
Octal16127315150054331624671
Binary11100011011101111010011010000101100110111110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71BB69; }

 p { color: rgb(113,187,105); }

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

<style>
 a { background-color: #71BB69; }

 a { background-color: rgb(113,187,105); }

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

<style>
 span { border-color: #71BB69; }

 span { border-color: rgb(113,187,105); }

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