#69B46B

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

Shades of Fern #69B46B

Tints of Fern #69B46B

Color information

#69B46B (or 0x69B46B) is unknown color: approx Fern. HEX triplet: 69, B4 and 6B. RGB value is (105,180,107). Sum of RGB (Red+Green+Blue) = 105+180+107=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #69B46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B46B is #964B94. Grayscale: #959595. Windows color (decimal): -9849749 or 7058537. OLE color: 7058537.

HSL color Cylindrical-coordinate representation of color #69B46B: hue angle of 121.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B46B is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB105180107-
CMYK0.4200.410.29
HSL121.6º33.33%55.88%-
HSV(B)121.6º41.67%70.59%-
XYZ24.836.7119.69-
YUV149.25104.1596.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=26.79%
G=45.92%
B=27.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051801070.4200.410.29121.633.3355.88
Hex69B46B2A0291D7a2138
Octal15126415352051351724170
Binary11010011011010011010111010100101001111011111010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,180,107); }

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

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

 a { background-color: rgb(105,180,107); }

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

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

 span { border-color: rgb(105,180,107); }

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