#69B375

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

Shades of Fern #69B375

Tints of Fern #69B375

Color information

#69B375 (or 0x69B375) is unknown color: approx Fern. HEX triplet: 69, B3 and 75. RGB value is (105,179,117). Sum of RGB (Red+Green+Blue) = 105+179+117=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #69B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B375 is #964C8A. Grayscale: #959595. Windows color (decimal): -9849995 or 7713641. OLE color: 7713641.

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

Color convert

RGB105179117-
CMYK0.4100.350.30
HSL129.73º32.74%55.69%-
HSV(B)129.73º41.34%70.2%-
XYZ25.1636.5322.55-
YUV149.81109.4896.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.18%
GREEN value IS 179 (70.31% from 255) = 44.64%
BLUE value IS 117 (46.09% from 255) = 29.18%
R=26.18%
G=44.64%
B=29.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051791170.4100.350.30129.7332.7455.69
Hex69B375290231E822138
Octal15126316551043362024170
Binary110100110110011111010110100101000111111010000010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,179,117); }

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

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

 a { background-color: rgb(105,179,117); }

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

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

 span { border-color: rgb(105,179,117); }

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