Html Css Color HEX #61A178 Oxley

📋 copy color: '#61A178'

red 97 ◦ green 161 ◦ blue 120

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

Shades of Oxley #61A178

Tints of Oxley #61A178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 25.66%
G = 42.59%
B = 31.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#61A178 (or 0x61A178) is known color: Oxley. HEX triplet: 61, A1 and 78. RGB value is (97,161,120). Sum of RGB (Red+Green+Blue) = 97+161+120=378 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.66% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #61A178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A178 is #9E5E87. Grayscale: #898989. Windows color (decimal): -10378888 or 7905633. OLE color: 7905633.

HSL color Cylindrical-coordinate representation of color #61A178: hue angle of 141.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 #61A178 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 161 120 -
CMYK 0.40 0 0.25 0.37
HSL 141.56º 0.25% 0.51% -
HSV(B) 141.56º 0.4% 0.63% -
XYZ 21.06 29.39 22.33 -
YUV 137.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 97 161 120 0.40 0 0.25 0.37 141.56 0.25 0.51
Hex 61 A1 78 28 0 19 25 8E 19 33
Octal 141 241 170 50 0 31 45 216 31 63
Binary 1100001 10100001 1111000 101000 0 11001 100101 10001110 11001 110011

Color Harmonies of #61A178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A178

Black with #61A178

Text Example


Text Example

White with #61A178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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