#61A373

Color #61A373 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #61A373

Tints of Oxley #61A373

Color information

#61A373 (or 0x61A373) is unknown color: approx Oxley. HEX triplet: 61, A3 and 73. RGB value is (97,163,115). Sum of RGB (Red+Green+Blue) = 97+163+115=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #61A373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A373 is #9E5C8C. Grayscale: #898989. Windows color (decimal): -10378381 or 7578465. OLE color: 7578465.

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

Color convert

RGB97163115-
CMYK0.4000.290.36
HSL136.36º26.4%50.98%-
HSV(B)136.36º40.49%63.92%-
XYZ21.1229.9720.89-
YUV137.79115.1398.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.87%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=25.87%
G=43.47%
B=30.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971631150.4000.290.36136.3626.450.98
Hex61A3732801D24881a33
Octal14124316350035442103263
Binary11000011010001111100111010000111011001001000100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,163,115); }

 H1.HeaderClassName
 {
   color: #61A373;
 }
 .AnyTagClassName
 {
   color: #61A373;
 }
</style>
background-color css

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

 a { background-color: rgb(97,163,115); }

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

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

 span { border-color: rgb(97,163,115); }

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