#61A36C

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

Shades of Oxley #61A36C

Tints of Oxley #61A36C

Color information

#61A36C (or 0x61A36C) is unknown color: approx Oxley. HEX triplet: 61, A3 and 6C. RGB value is (97,163,108). Sum of RGB (Red+Green+Blue) = 97+163+108=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #61A36C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A36C is #9E5C93. Grayscale: #898989. Windows color (decimal): -10378388 or 7119713. OLE color: 7119713.

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

Color convert

RGB97163108-
CMYK0.4000.340.36
HSL130º26.4%50.98%-
HSV(B)130º40.49%63.92%-
XYZ20.7329.8218.85-
YUV137111.6399.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=26.36%
G=44.29%
B=29.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971631080.4000.340.3613026.450.98
Hex61A36C2802224821a33
Octal14124315450042442023263
Binary110000110100011110110010100001000101001001000001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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