Html Css Color HEX #6AC075 Fern

📋 copy color: '#6AC075'

red 106 ◦ green 192 ◦ blue 117

#6AC075
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #6AC075

Tints of Fern #6AC075

RGB

 RED value IS 106 (41.8% 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 value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#6AC075 (or 0x6AC075) is known color: 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

RGB 106 192 117 -
CMYK 0.45 0 0.39 0.25
HSL 127.67º 0.41% 0.58% -
HSV(B) 127.67º 0.45% 0.75% -
XYZ 28 42.05 23.47 -
YUV 157.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 106 192 117 0.45 0 0.39 0.25 127.67 0.41 0.58
Hex 6A C0 75 2D 0 27 19 80 29 3A
Octal 152 300 165 55 0 47 31 200 51 72
Binary 1101010 11000000 1110101 101101 0 100111 11001 10000000 101001 111010

Color Harmonies of #6AC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC075

Black with #6AC075

Text Example


Text Example

White with #6AC075

Text Example


Text Example

HTML Codes & Css Web 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>