Html Css Color HEX #61A278 Oxley

📋 copy color: '#61A278'

red 97 ◦ green 162 ◦ blue 120

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

Shades of Oxley #61A278

Tints of Oxley #61A278

RGB

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

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

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

R = 25.59%
G = 42.74%
B = 31.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#61A278 (or 0x61A278) is known color: Oxley. HEX triplet: 61, A2 and 78. RGB value is (97,162,120). Sum of RGB (Red+Green+Blue) = 97+162+120=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #61A278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A278 is #9E5D87. Grayscale: #898989. Windows color (decimal): -10378632 or 7905889. OLE color: 7905889.

HSL color Cylindrical-coordinate representation of color #61A278: hue angle of 141.23º 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 #61A278 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 162 120 -
CMYK 0.40 0 0.26 0.36
HSL 141.23º 0.26% 0.51% -
HSV(B) 141.23º 0.4% 0.64% -
XYZ 21.24 29.74 22.39 -
YUV 137.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 97 162 120 0.40 0 0.26 0.36 141.23 0.26 0.51
Hex 61 A2 78 28 0 1A 24 8D 1A 33
Octal 141 242 170 50 0 32 44 215 32 63
Binary 1100001 10100010 1111000 101000 0 11010 100100 10001101 11010 110011

Color Harmonies of #61A278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A278

Black with #61A278

Text Example


Text Example

White with #61A278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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