#69B675

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

Shades of Fern #69B675

Tints of Fern #69B675

Color information

#69B675 (or 0x69B675) is unknown color: approx Fern. HEX triplet: 69, B6 and 75. RGB value is (105,182,117). Sum of RGB (Red+Green+Blue) = 105+182+117=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #69B675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #69B675 is #96498A. Grayscale: #979797. Windows color (decimal): -9849227 or 7714409. OLE color: 7714409.

HSL color Cylindrical-coordinate representation of color #69B675: hue angle of 129.35º degrees, saturation: 0.35, 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 #69B675 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB105182117-
CMYK0.4200.360.29
HSL129.35º34.53%56.27%-
HSV(B)129.35º42.31%71.37%-
XYZ25.7637.7422.76-
YUV151.57108.4994.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 182 (71.48% from 255) = 45.05%
BLUE value IS 117 (46.09% from 255) = 28.96%
R=25.99%
G=45.05%
B=28.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1051821170.4200.360.29129.3534.5356.27
Hex69B6752A0241D812338
Octal15126616552044352014370
Binary110100110110110111010110101001001001110110000001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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