#6AC075

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

Shades of Fern #6AC075

Tints of Fern #6AC075

Color information

#6AC075 (or 0x6AC075) is unknown color: approx Fern. HEX triplet: 6A, C0 and 75. RGB value is (106,192,117). Sum of RGB (Red+Green+Blue) = 106+192+117=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC075 is #953F8A. Grayscale: #9D9D9D. Windows color (decimal): -9781131 or 7716970. OLE color: 7716970.

HSL color Cylindrical-coordinate representation of color #6AC075: hue angle of 127.67º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6AC075 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB106192117-
CMYK0.4500.390.25
HSL127.67º40.57%58.43%-
HSV(B)127.67º44.79%75.29%-
XYZ2842.0523.47-
YUV157.74105.0191.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.54%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=25.54%
G=46.27%
B=28.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1061921170.4500.390.25127.6740.5758.43
Hex6AC0752D0271980293a
Octal15230016555047312005172
Binary110101011000000111010110110101001111100110000000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AC075; }

 p { color: rgb(106,192,117); }

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

<style>
 a { background-color: #6AC075; }

 a { background-color: rgb(106,192,117); }

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

<style>
 span { border-color: #6AC075; }

 span { border-color: rgb(106,192,117); }

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