#61A77B

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

Shades of Oxley #61A77B

Tints of Oxley #61A77B

Color information

#61A77B (or 0x61A77B) is unknown color: approx Oxley. HEX triplet: 61, A7 and 7B. RGB value is (97,167,123). Sum of RGB (Red+Green+Blue) = 97+167+123=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #61A77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A77B is #9E5884. Grayscale: #8D8D8D. Windows color (decimal): -10377349 or 8103777. OLE color: 8103777.

HSL color Cylindrical-coordinate representation of color #61A77B: hue angle of 142.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A77B is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB97167123-
CMYK0.4200.260.35
HSL142.29º28.46%51.76%-
HSV(B)142.29º41.92%65.49%-
XYZ22.3231.6123.66-
YUV141.05117.8196.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 167 (65.62% from 255) = 43.15%
BLUE value IS 123 (48.44% from 255) = 31.78%
R=25.06%
G=43.15%
B=31.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971671230.4200.260.35142.2928.4651.76
Hex61A77B2A01A238e1c34
Octal14124717352032432163464
Binary11000011010011111110111010100110101000111000111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,167,123); }

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

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

 a { background-color: rgb(97,167,123); }

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

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

 span { border-color: rgb(97,167,123); }

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