Html Css Color HEX #61A266 Fern

📋 copy color: '#61A266'

red 97 ◦ green 162 ◦ blue 102

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

Shades of Fern #61A266

Tints of Fern #61A266

RGB

 RED value IS 97 (38.28% from 255) = 26.87%

 GREEN value IS 162 (63.67% from 255) = 44.88%

 BLUE value IS 102 (40.23% from 255) = 28.25%

R = 26.87%
G = 44.88%
B = 28.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#61A266 (or 0x61A266) is known color: Fern. HEX triplet: 61, A2 and 66. RGB value is (97,162,102). Sum of RGB (Red+Green+Blue) = 97+162+102=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #61A266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A266 is #9E5D99. Grayscale: #878787. Windows color (decimal): -10378650 or 6726241. OLE color: 6726241.

HSL color Cylindrical-coordinate representation of color #61A266: hue angle of 124.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61A266 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 162 102 -
CMYK 0.40 0 0.37 0.36
HSL 124.62º 0.26% 0.51% -
HSV(B) 124.62º 0.4% 0.64% -
XYZ 20.25 29.34 17.17 -
YUV 135.73 108.97 100.38 -
System Red Green Blue C M Y K H S L
Decimal 97 162 102 0.40 0 0.37 0.36 124.62 0.26 0.51
Hex 61 A2 66 28 0 25 24 7D 1A 33
Octal 141 242 146 50 0 45 44 175 32 63
Binary 1100001 10100010 1100110 101000 0 100101 100100 1111101 11010 110011

Color Harmonies of #61A266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A266

Black with #61A266

Text Example


Text Example

White with #61A266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A266; }

 p { color: rgb(97,162,102); }

 H1.HeaderClassName
 {
   color: #61A266;
 }
 .AnyTagClassName
 {
   color: #61A266;
 }
</style>

background-color css

<style>
 a { background-color: #61A266; }

 a { background-color: rgb(97,162,102); }

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

border-color css

<style>
 span { border-color: #61A266; }

 span { border-color: rgb(97,162,102); }

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