Html Css Color HEX #61A468 Fern

📋 copy color: '#61A468'

red 97 ◦ green 164 ◦ blue 104

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

Shades of Fern #61A468

Tints of Fern #61A468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.93%

 BLUE value IS 104 (41.02% from 255) = 28.49%

R = 26.58%
G = 44.93%
B = 28.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#61A468 (or 0x61A468) is known color: Fern. HEX triplet: 61, A4 and 68. RGB value is (97,164,104). Sum of RGB (Red+Green+Blue) = 97+164+104=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #61A468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A468 is #9E5B97. Grayscale: #898989. Windows color (decimal): -10378136 or 6857825. OLE color: 6857825.

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

Color convert

RGB 97 164 104 -
CMYK 0.41 0 0.37 0.36
HSL 126.27º 0.27% 0.51% -
HSV(B) 126.27º 0.41% 0.64% -
XYZ 20.7 30.09 17.81 -
YUV 137.13 109.3 99.38 -
System Red Green Blue C M Y K H S L
Decimal 97 164 104 0.41 0 0.37 0.36 126.27 0.27 0.51
Hex 61 A4 68 29 0 25 24 7E 1B 33
Octal 141 244 150 51 0 45 44 176 33 63
Binary 1100001 10100100 1101000 101001 0 100101 100100 1111110 11011 110011

Color Harmonies of #61A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A468

Black with #61A468

Text Example


Text Example

White with #61A468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,164,104); }

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

background-color css

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

 a { background-color: rgb(97,164,104); }

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

border-color css

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

 span { border-color: rgb(97,164,104); }

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