#69C27B

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

Shades of Fern #69C27B

Tints of Fern #69C27B

Color information

#69C27B (or 0x69C27B) is unknown color: approx Fern. HEX triplet: 69, C2 and 7B. RGB value is (105,194,123). Sum of RGB (Red+Green+Blue) = 105+194+123=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #69C27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69C27B is #963D84. Grayscale: #9F9F9F. Windows color (decimal): -9846149 or 8110697. OLE color: 8110697.

HSL color Cylindrical-coordinate representation of color #69C27B: hue angle of 132.13º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C27B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB105194123-
CMYK0.4600.370.24
HSL132.13º42.18%58.63%-
HSV(B)132.13º45.88%76.08%-
XYZ28.6943.0225.53-
YUV159.29107.5189.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 194 (76.17% from 255) = 45.97%
BLUE value IS 123 (48.44% from 255) = 29.15%
R=24.88%
G=45.97%
B=29.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1051941230.4600.370.24132.1342.1858.63
Hex69C27B2E02518842a3b
Octal15130217356045302045273
Binary110100111000010111101110111001001011100010000100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,194,123); }

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

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

 a { background-color: rgb(105,194,123); }

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

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

 span { border-color: rgb(105,194,123); }

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