Html Css Color HEX #61A168 Fern

📋 copy color: '#61A168'

red 97 ◦ green 161 ◦ blue 104

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

Shades of Fern #61A168

Tints of Fern #61A168

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.48%

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

R = 26.8%
G = 44.48%
B = 28.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#61A168 (or 0x61A168) is known color: Fern. HEX triplet: 61, A1 and 68. RGB value is (97,161,104). Sum of RGB (Red+Green+Blue) = 97+161+104=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #61A168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A168 is #9E5E97. Grayscale: #878787. Windows color (decimal): -10378904 or 6857057. OLE color: 6857057.

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

Color convert

RGB 97 161 104 -
CMYK 0.40 0 0.35 0.37
HSL 126.56º 0.25% 0.51% -
HSV(B) 126.56º 0.4% 0.63% -
XYZ 20.17 29.03 17.64 -
YUV 135.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 97 161 104 0.40 0 0.35 0.37 126.56 0.25 0.51
Hex 61 A1 68 28 0 23 25 7F 19 33
Octal 141 241 150 50 0 43 45 177 31 63
Binary 1100001 10100001 1101000 101000 0 100011 100101 1111111 11001 110011

Color Harmonies of #61A168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A168

Black with #61A168

Text Example


Text Example

White with #61A168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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