Html Css Color HEX #6AC065 Fern

📋 copy color: '#6AC065'

red 106 ◦ green 192 ◦ blue 101

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

Shades of Fern #6AC065

Tints of Fern #6AC065

RGB

 RED value IS 106 (41.8% from 255) = 26.57%

 GREEN value IS 192 (75.39% from 255) = 48.12%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 26.57%
G = 48.12%
B = 25.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#6AC065 (or 0x6AC065) is known color: Fern. HEX triplet: 6A, C0 and 65. RGB value is (106,192,101). Sum of RGB (Red+Green+Blue) = 106+192+101=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC065 is #953F9A. Grayscale: #9C9C9C. Windows color (decimal): -9781147 or 6668394. OLE color: 6668394.

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

Color convert

RGB 106 192 101 -
CMYK 0.45 0 0.47 0.25
HSL 116.7º 0.42% 0.57% -
HSV(B) 116.7º 0.47% 0.75% -
XYZ 27.14 41.7 18.93 -
YUV 155.91 97.01 92.4 -
System Red Green Blue C M Y K H S L
Decimal 106 192 101 0.45 0 0.47 0.25 116.7 0.42 0.57
Hex 6A C0 65 2D 0 2F 19 75 2A 39
Octal 152 300 145 55 0 57 31 165 52 71
Binary 1101010 11000000 1100101 101101 0 101111 11001 1110101 101010 111001

Color Harmonies of #6AC065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC065

Black with #6AC065

Text Example


Text Example

White with #6AC065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6AC065;
 }
 .AnyTagClassName
 {
   color: #6AC065;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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