#69B75F

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

Shades of Fern #69B75F

Tints of Fern #69B75F

Color information

#69B75F (or 0x69B75F) is unknown color: approx Fern. HEX triplet: 69, B7 and 5F. RGB value is (105,183,95). Sum of RGB (Red+Green+Blue) = 105+183+95=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 183 (71.88% from 255 or 47.78% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 183 - color contains mainly: green. Hex color #69B75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B75F is #9648A0. Grayscale: #959595. Windows color (decimal): -9848993 or 6272873. OLE color: 6272873.

HSL color Cylindrical-coordinate representation of color #69B75F: hue angle of 113.18º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69B75F is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB10518395-
CMYK0.4300.480.28
HSL113.18º37.93%54.51%-
HSV(B)113.18º48.09%71.76%-
XYZ24.8237.716.79-
YUV149.6597.1696.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 183 (71.88% from 255) = 47.78%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=27.42%
G=47.78%
B=24.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal105183950.4300.480.28113.1837.9354.51
Hex69B75F2B0301C712637
Octal15126713753060341614667
Binary11010011011011110111111010110110000111001110001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,183,95); }

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

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

 a { background-color: rgb(105,183,95); }

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

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

 span { border-color: rgb(105,183,95); }

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