#69CB71

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

Shades of Fern #69CB71

Tints of Fern #69CB71

Color information

#69CB71 (or 0x69CB71) is unknown color: approx Fern. HEX triplet: 69, CB and 71. RGB value is (105,203,113). Sum of RGB (Red+Green+Blue) = 105+203+113=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69CB71 is #96348E. Grayscale: #A3A3A3. Windows color (decimal): -9843855 or 7457641. OLE color: 7457641.

HSL color Cylindrical-coordinate representation of color #69CB71: hue angle of 124.9º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CB71 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB105203113-
CMYK0.4800.440.20
HSL124.9º48.51%60.39%-
HSV(B)124.9º48.28%79.61%-
XYZ30.1646.9123.09-
YUV163.4499.5386.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 203 (79.69% from 255) = 48.22%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=24.94%
G=48.22%
B=26.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1052031130.4800.440.20124.948.5160.39
Hex69CB713002C147d313c
Octal15131316160054241756174
Binary11010011100101111100011100000101100101001111101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69CB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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